discourse/script/bulk_import
Selase Krakani 949c70372c
DEV: Add support for various fields in generic bulk importer (#27114)
* user_profiles - `location`
* users - `date_of_birth`
* topics - `pinned_at`, `pinned_until`, `pinned_globally`

This also include changes to correctly import PMs. Currently PM topics
are skipped because of a check in `import_users` step which requires `category_id`
to be present.
2024-05-24 13:46:06 +02:00
..
base.rb DEV: Add support for various fields in generic bulk importer (#27114) 2024-05-24 13:46:06 +02:00
discourse_merger.rb DEV: Adding polls, solutions, upload references and other improvements to the Discourse merger script (#23689) 2023-11-16 14:32:53 +01:00
generic_bulk.rb DEV: Add support for various fields in generic bulk importer (#27114) 2024-05-24 13:46:06 +02:00
phpbb_postgresql.rb DEV: Apply syntax_tree formatting to `script/*` 2023-01-09 11:13:22 +00:00
uploads_importer.rb DEV: Uploads import script can download files (#26816) 2024-05-04 22:48:16 +02:00
uploads_importer.yml DEV: Uploads import script can download files (#26816) 2024-05-04 22:48:16 +02:00
vanilla.rb DEV: Apply syntax_tree formatting to `script/*` 2023-01-09 11:13:22 +00:00
vbulletin.rb DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
vbulletin5.rb DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00