Name |
Last commit
|
Last update |
---|---|---|
.. | ||
rename_reserved_paths_migration | ||
date_time.rb | ||
median.rb | ||
migration_helpers.rb | ||
multi_threaded_migration.rb |
BigW Consortium Gitlab
MySQL doesn't allow us to create a trigger for a column that doesn't exist yet. Failing with this error: ``` Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert BEFORE INSERT ON `services` FOR EACH ROW SET NEW.`build_events` = NEW.`job_events` ``` Creating the new column before creating the trigger avoids this.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
rename_reserved_paths_migration | Loading commit data... | |
date_time.rb | Loading commit data... | |
median.rb | Loading commit data... | |
migration_helpers.rb | Loading commit data... | |
multi_threaded_migration.rb | Loading commit data... |