memos/store/migration/sqlite/0.26
Johnny 0f3c9a467d refactor: migrate HOST roles to ADMIN
- Updated the isSuperUser function to only check for ADMIN role.
- Added SQL migration scripts for MySQL, PostgreSQL, and SQLite to change user roles from HOST to ADMIN.
- Created a new SQLite migration to alter the user table structure and ensure data integrity during the migration process.
2026-01-20 23:38:30 +08:00
..
00__rename_resource_to_attachment.sql refactor(db): rename tables for clarity - resource→attachment, system_setting→instance_setting 2026-01-06 23:36:42 +08:00
01__drop_memo_organizer.sql chore: remove memo_organizer table 2026-01-08 22:28:13 +08:00
02__drop_indexes.sql chore: drop redundant indexes in sqlite migration 2026-01-08 22:53:46 +08:00
03__alter_user_role.sql refactor: migrate HOST roles to ADMIN 2026-01-20 23:38:30 +08:00
04__migrate_host_to_admin.sql refactor: migrate HOST roles to ADMIN 2026-01-20 23:38:30 +08:00