discourse/lib/migration
Alan Guo Xiang Tan 322a3be2db
DEV: Remove logical OR assignment of constants (#29201)
Constants should always be only assigned once. The logical OR assignment
of a constant is a relic of the past before we used zeitwerk for
autoloading and had bugs where a file could be loaded twice resulting in
constant redefinition warnings.
2024-10-16 10:09:07 +08:00
..
base_dropper.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
column_dropper.rb DEV: Raise an exception if trying to set a readonly column with default (#27416) 2024-09-02 10:09:40 +01:00
helpers.rb DEV: Introduce Migration::Helpers for new-site detection (#20934) 2023-04-03 11:46:39 +01:00
safe_migrate.rb DEV: Improve code comment about when ignored columns can be removed (#26894) 2024-05-07 11:06:31 +08:00
table_dropper.rb DEV: Correct ambiguous name (#21189) 2023-04-20 11:28:08 -05:00