discourse/lib/generators
Gabriel Grubba fe4e2a17cb
FEATURE: Create rake for db migration in plugins (#29163)
* FEATURE: Create rake for db migration in plugins

before the dev-xp was clunky, we had to create a migration file in core and
move it to the plugin.

Now we automated this process, we still create the migration file in core
but the rake task will move it to the plugin.

the usage is:

```
rake plugin:generate_migration[plugin_name,migration_name,migration_args]

rake plugin:generate_migration[discourse-automation,add_group_id_to_automation_rule,"group_id:integer"]
```

* DEV: change rake to be a generator for plugin migrations

* DEV: trying to add extra class option to migration generator

* DEV: revert to have only `plugin_migration_generator`

* DEV: remove rake task for plugin migration creation

* DEV: remove migration_generator.rb

* DEV: remove if because options with `plugin_name` will always be true
2024-10-18 11:43:45 -03:00
..
rails FEATURE: Create rake for db migration in plugins (#29163) 2024-10-18 11:43:45 -03:00
site_setting_move_to_groups_migration DEV: Improve site setting rename generator (#25354) 2024-01-25 10:45:46 +10:00
site_setting_rename_migration DEV: Custom generator for move setting from tl to groups (#24912) 2023-12-19 10:52:28 +11:00