| .. |
|
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 |
|
20240510024506_chat_message.sql
|
chore: Chat history (#546)
|
2024-05-11 20:41:21 +08:00 |
|
20240529054858_workspace_add_token_usage.sql
|
feat: Workspace token usage (#584)
|
2024-05-29 16:07:56 +08:00 |
|
20240531031836_chat_message_meta.sql
|
chore: generate answer manually (#594)
|
2024-06-03 08:06:23 +08:00 |
|
20240604090043_add_workspace_settings.sql
|
feat: add workspace settings with disable indexing option (#606)
|
2024-06-06 09:26:21 +08:00 |
|
20240613112820_publish_collab.sql
|
feat: add published endpoints
|
2024-06-15 21:47:11 +08:00 |
|
20240614171931_collab_embeddings.sql
|
chore: moved migration to new file
|
2024-06-14 19:24:55 +02:00 |
|
20240617135926_af_workspace_foreign_key_indices.sql
|
chore: remove unneeded key
|
2024-06-17 14:33:14 +08:00 |
|
20240618035048_af_workspace_ai_usage.sql
|
chore: change open ai token tracking to daily basis
|
2024-06-18 06:53:39 +02:00 |
|
20240618173348_publish_collab_2.sql
|
feat: use view id
|
2024-06-18 18:20:05 +08:00 |
|
20240621105148_publish_collab_3.sql
|
feat: change doc name to publish name
|
2024-06-21 11:18:44 +08:00 |
|
20240626184736_publish_collab_4.sql
|
feat: add index and uniqueness for publish name
|
2024-06-26 19:00:38 +08:00 |
|
20240627525836_publish_collab_5.sql
|
fix: sqlx comments
|
2024-06-27 19:03:29 +08:00 |
|
20240629035230_publish_collab_6.sql
|
fix: fix various publish issues
|
2024-06-29 11:23:23 +08:00 |
|
20240630010030_workspace_member_foreign_key.sql
|
chore: add missing foreign key
|
2024-06-30 01:03:48 +08:00 |
|
20240723090305_publish_view_comment.sql
|
feat: add database operations for publish comment crd
|
2024-07-25 13:32:43 +08:00 |