AppFlowy-Cloud/migrations
Zack ff6a8e1eaf
feat: File api (#70)
* feat: s3 minio wip

* feat: s3 minio bucket create idempotent

* feat: put storage setting into configurations

* chore: clippy lint

* feat: add setting to base config

* feat: add configuration for prod

* fix: allow use different minio host

* feat: add server file storage

* fix: add missing file

* feat: add code template

* feat: add http api

* feat: added file upload to client api

* feat: database metadata impl

* fix: added missing files

* feat: added test cases and improve impl

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-09-27 10:21:37 +08:00
..
before feat: use apply server migration when server starts (#30) 2023-09-12 15:12:08 +08:00
20230312043023_user.sql feat: create collab handlers (#34) 2023-09-12 21:52:25 +08:00
20230906101032_permission.sql chore: create tables (#16) 2023-09-07 10:43:10 +08:00
20230906101222_workspace.sql chore: implement collab storage using postrges (#31) 2023-09-12 15:36:33 +08:00
20230906101555_user_profile.sql chore: create tables (#16) 2023-09-07 10:43:10 +08:00
20230906102651_collab.sql feat: implement snapshot handler (#38) 2023-09-13 15:25:51 +08:00
20230906103100_rls.sql chore: implement collab storage using postrges (#31) 2023-09-12 15:36:33 +08:00
20230926145155_file_storage.sql feat: File api (#70) 2023-09-27 10:21:37 +08:00