discourse/script/bulk_import
David Taylor 8a5d97ef3f
DEV: Update importers from PostUpload to UploadReference (#23681)
Discourse stopped using PostUpload in 9db8f00b3d. Since then, these importers have been writing to the table, but any data was totally unused. This commit updates the easy cases to use UploadReference, and adds an error to the discourse_merger import script, which needs more significant work.
2023-09-27 15:01:04 +01:00
..
base.rb DEV: Add experimental generic bulk import script 2023-08-09 20:56:14 +02:00
discourse_merger.rb DEV: Update importers from PostUpload to UploadReference (#23681) 2023-09-27 15:01:04 +01:00
generic_bulk.rb DEV: Add experimental generic bulk import script 2023-08-09 20:56:14 +02:00
phpbb_postgresql.rb DEV: Apply syntax_tree formatting to script/* 2023-01-09 11:13:22 +00:00
vanilla.rb DEV: Apply syntax_tree formatting to script/* 2023-01-09 11:13:22 +00:00
vbulletin.rb DEV: Apply syntax_tree formatting to script/* 2023-01-09 11:13:22 +00:00
vbulletin5.rb DEV: Apply syntax_tree formatting to script/* 2023-01-09 11:13:22 +00:00