• Johnny's avatar
    refactor: migrate HOST roles to ADMIN · 0f3c9a46
    Johnny authored
    - 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.
    0f3c9a46
Name
Last commit
Last update
..
00__rename_resource_to_attachment.sql Loading commit data...
01__drop_memo_organizer.sql Loading commit data...
02__drop_indexes.sql Loading commit data...
03__alter_user_role.sql Loading commit data...
04__migrate_host_to_admin.sql Loading commit data...