AppFlowy-Cloud/migrations
Nathan.fooo 28e0e74fd1
feat: Implement history(1) (#466)
* chore: update collab commit

* chore: collab history test

* chore: collab history test

* chore: impl redis stream

* chore: impl redis stream test

* chore: impl migration

* chore: implement history sql

* chore: add test

* chore: add test

* chore: fix test

* chore: update log and test

* chore: add xtask

* chore: clippy

* chore: impl api

* chore: add missing sqlx files

* chore: fix test

* chore: fix test
2024-04-15 09:18:19 +08:00
..
before feat: User deletion (#177) 2023-11-27 01:07:45 +08:00
20230312043023_user.sql feat: insert uid instead of gen it from db (#139) 2023-10-25 12:18:33 +08:00
20230906101032_permission.sql feat: Collab access control (#120) 2023-10-17 14:00:04 +08:00
20230906101222_workspace.sql feat: client-api integration: save user meta data (#133) 2023-10-23 15:03:31 +08:00
20230906101555_user_profile.sql chore: create tables (#16) 2023-09-07 10:43:10 +08:00
20230906102651_collab.sql feat: Collab access control (#120) 2023-10-17 14:00:04 +08:00
20230926145155_blob_storage.sql feat: Collab access control (#120) 2023-10-17 14:00:04 +08:00
20231113074418_user_change.sql feat: notify user profile change (#163) 2023-11-13 22:58:18 +08:00
20231130140000_user_delete_trigger.sql chore: revert changes in migrations (#364) 2024-03-04 14:58:50 +08:00
20231130150000_user_id_foreign_key.sql fix: use foreign key cascade delete for user cleanup (#188) 2023-12-04 11:52:42 +08:00
20240123140707_workspace_owner_trigger.sql feat: added test case and use triggers 2024-01-23 14:48:25 +08:00
20240227000000_workspace_icon.sql fix: add missing files 2024-02-27 11:36:27 +08:00
20240303003711_collab_member_timestamp.sql refactor: Access control (#361) 2024-03-03 12:55:12 +08:00
20240304173938_workspace_invitation.sql chore: update migration scripts 2024-03-04 17:41:52 +08:00
20240306110000_workspace_invitation_2.sql chore: add sqlx files 2024-03-06 11:29:21 +08:00
20240412083446_history_init.sql feat: Implement history(1) (#466) 2024-04-15 09:18:19 +08:00