mirror of https://github.com/usememos/memos
revert: revert system_setting to instance_setting rename changes
Reverts only the system_setting → instance_setting rename related changes from commit d326c71.
Keeps the resource → attachment rename changes intact.
- Reverts table name back to system_setting in all database drivers (MySQL, PostgreSQL, SQLite)
- Removes migration files for the system_setting rename
- Reverts LATEST.sql files to use system_setting table
pull/5454/head^2
parent
e75862de31
commit
cc9a214be8
@ -1 +0,0 @@
|
||||
RENAME TABLE system_setting TO instance_setting;
|
||||
@ -1 +0,0 @@
|
||||
ALTER TABLE system_setting RENAME TO instance_setting;
|
||||
@ -1 +0,0 @@
|
||||
ALTER TABLE `system_setting` RENAME TO `instance_setting`;
|
||||
Loading…
Reference in New Issue