AppFlowy-Cloud/migrations
Nathan.fooo 8008959965
Workspace table notification (#1261)
* chore: add delete user notification

* chore: create trigger for workspace delete action
2025-03-06 10:11:49 +08:00
..
before fix: parameterized postgres db in migration script 2024-10-29 11:50:09 +08:00
20230312043024_user.sql chore: test retroactive migration fix (#891) 2024-10-24 15:17:53 +08:00
20230906101032_permission.sql feat: Collab access control (#120) 2023-10-17 14:00:04 +08:00
20230906101223_workspace.sql chore: test retroactive migration fix (#891) 2024-10-24 15:17:53 +08:00
20230906101555_user_profile.sql chore: create tables (#16) 2023-09-07 10:43:10 +08:00
20230906102652_collab.sql chore: test retroactive migration fix (#891) 2024-10-24 15:17:53 +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
20240725065111_publish_view_reaction.sql feat: endpoints for reactions on published view 2024-07-26 22:56:47 +08:00
20240729065107_publish_view_reaction_2.sql fix: order reactions by reaction type first creation date 2024-07-29 16:02:03 +08:00
20240806054557_template_category.sql fix: replace rank with priority 2024-08-14 14:17:21 +08:00
20240806103039_template_creator.sql fix: sorting order of template category and creator 2024-08-16 14:26:04 +08:00
20240813040905_template.sql feat: Template CRUD Endpoint (#731) 2024-08-20 15:22:56 +08:00
20240910100000_af_collab_embeddings_indices.sql fix: migration for db without pgvector 2024-09-10 10:51:56 +08:00
20240924045045_access_request.sql feat: add endpoints to allow workspace owner to approve web page view request 2024-09-26 14:59:33 +08:00
20240930135712_import_data.sql feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
20241014153023_default_published_view.sql feat: CRUD interface for custom namespace (#882) 2024-10-19 10:09:54 +08:00
20241025135939_import_task_add_uid_column.sql chore: add limit for importing zip file (#938) 2024-10-28 08:51:34 +08:00
20241031094508_af_uuid_indexes.sql chore: add unique index on af_users.uuid 2024-10-31 10:55:04 +01:00
20241101063559_af_workspace_namespace.sql fix: migration script 2024-11-05 12:54:22 +08:00
20241108155841_unpublished_collab.sql feat: support last publish name 2024-11-08 17:29:02 +08:00
20241124212630_af_collab_updated_at.sql feat: add a polling api for getting database row id updates 2024-11-24 23:24:29 +08:00
20241126175909_af_collab_stored_procedures.sql chore: reduce number of SQL statements executed when inserting/updating collab (#1022) 2024-11-27 13:00:00 +08:00
20241211034455_stop_writing_to_collab_member.sql chore: stop writing to af_collab_member 2024-12-13 10:17:22 +08:00
20241216080018_quick_notes.sql feat: quick note CRUD APIs 2024-12-20 11:11:51 +08:00
20241218090459_collab_embedding_add_metadata.sql chore: add metadata column to save embeding info (#1086) 2024-12-18 22:48:25 +08:00
20241222152427_collab_add_indexed_at.sql fix: support index document in the background, fix stack overflow when calling rayon::spawn (#1099) 2024-12-24 14:30:17 +08:00
20241230064618_collab_embedding_add_fragment_index.sql chore: save fragment index (#1106) 2024-12-31 10:03:36 +08:00
20250109142738_blob_metadata_add_file_status.sql chore: store blob file status (#1147) 2025-01-10 14:52:35 +08:00
20250113091708_publish_options.sql feat: support disabling comments and disallow duplicate as template for published page (#1167) 2025-01-17 09:43:56 +08:00
20250217080054_drop_collab_member_trigger.sql chore: drop collab member trigger 2025-02-17 17:03:13 +08:00
20250226091933_blob_metadata_add_file_source.sql chore: generate ai image if need (#1254) 2025-02-26 22:54:03 +08:00
20250305082545_workspace_delete_trigger.sql Workspace table notification (#1261) 2025-03-06 10:11:49 +08:00