task/3382: Harmonisera tabellnamn #6
@ -1,13 +1,13 @@
|
||||
-- batch 1: standalone tables
|
||||
-- Step 1: standalone tables
|
||||
|
||||
--alter table `plugin_settings` rename `pluginName` to `plugin_name`;
|
||||
-- alter table `plugin_settings` rename column `pluginName` to `plugin_name`;
|
||||
|
||||
-- Table: worker_data
|
||||
|
||||
alter table `worker_data` rename `lastRun` to `last_run`;
|
||||
alter table `worker_data` rename `lastSuccessfulRun` to `last_successful_run`;
|
||||
alter table `worker_data` rename column `lastRun` to `last_run`;
|
||||
alter table `worker_data` rename column `lastSuccessfulRun` to `last_successful_run`;
|
||||
|
||||
-- alter table `worker_data` rename `dateCreated` to `date_created`;
|
||||
-- alter table `worker_data` rename `lastModified` to `last_modified`;
|
||||
-- alter table `worker_data` rename column `dateCreated` to `date_created`;
|
||||
-- alter table `worker_data` rename column `lastModified` to `last_modified`;
|
||||
|
||||
alter table `footer_link` rename `footerColumn` to `footer_column`;
|
||||
alter table `footer_link` rename column `footerColumn` to `footer_column`;
|
Loading…
x
Reference in New Issue
Block a user