debshots/db/migrate
Christoph Haas 8adf682a0b Migrations and helpers to move from Paperclip to ActiveStorage
To migrate the application as of April 2020:

• leave models/screenshot.rb with “has_attached_file”
• bundle exec rake db:migrate
• bin/move_paperclip_to_activestorage
• set models/screenshot.rb to “has_one_attached”
2020-04-20 20:24:59 +02:00
..
20130726224319_create_packages.rb Schema and basic migraton for "package" table added 2013-07-27 01:23:51 +02:00
20130727112955_create_screenshots.rb Added migration to add timestamp column for screenshots 2013-08-06 22:37:17 +02:00
20130808195123_add_search_index_to_packages.rb Adding database index on full-text search for better performance. 2013-08-08 22:32:41 +02:00
20141206182405_drop_debtags_table.rb Added migration to remove debtags tables 2014-12-07 22:31:44 +01:00
20141229173351_fix_search_index_in_packages.rb Migration added that fixes full-text search 2014-12-31 17:32:53 +01:00
20150103182901_add_attachment_image_to_screenshots.rb Added Paperclip migrations 2015-01-04 14:19:27 +01:00
20150103194230_add_fingerprint_column_to_screenshot.rb Added Paperclip migrations 2015-01-04 14:19:27 +01:00
20150422223156_change_package_longdescription_to_text.rb Added migration to make package.long_description a longer text field 2015-04-23 17:19:11 +02:00
20150426141106_create_logs.rb Adding Log model for database-based log messages 2015-04-27 00:15:55 +02:00
20150503130412_delete_admins_table.rb Dropping old "admins" table in favor of new User model. 2015-05-03 15:08:23 +02:00
20150503133405_create_users.rb Fixed database schema and migrations for Devise 2016-03-02 15:30:32 +01:00
20150628113425_make_package_name_not_null.rb Make sure that a package has a valid name 2015-06-28 15:08:16 +02:00
20160302135740_add_devise_to_users.rb Removing timestamp creation - fields already created earlier 2016-03-04 10:25:50 +01:00
20160304140037_rename_uploaddatetime.rb Using created_at instead of legacy 'uploaddatetime' field 2016-03-04 15:41:50 +01:00
20160408143714_add_default_to_screenshot_approved.rb Approved field is now false by default 2016-04-08 16:42:46 +02:00
20160715180453_screenshots_enlarge_description.rb Enlarged screenshot description field to 80 chars 2016-07-15 20:10:34 +02:00
20160810063320_add_visits_to_packages.rb Setting default visit counter to 0 2016-08-10 18:59:33 +02:00
20160812085722_make_fulltext_search_index_weighted.rb Text search now properly weighted and ranked 2016-08-12 16:40:12 +02:00
20170405144026_rename_user_realname_to_name.rb Renamed realname to name in users table 2017-04-05 16:42:10 +02:00
20170405204143_add_omniauth_to_users.rb Experimental authentication for Launchpad and Google added 2017-04-06 12:56:06 +02:00
20170406155141_change_users_unique_index_to_uid_provider.rb Allow same email address with different SSO providers 2017-04-06 18:32:20 +02:00
20170422181908_change_users_default_provider_local.rb Added welcome and profile actions to the my controller 2017-04-23 13:37:48 +02:00
20170422182228_add_admin_field_to_users.rb Added welcome and profile actions to the my controller 2017-04-23 13:37:48 +02:00
20170422183028_add_screenshot_reference_to_users.rb Added welcome and profile actions to the my controller 2017-04-23 13:37:48 +02:00
20200413194248_create_active_storage_tables.active_storage.rb Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
20200413210200_convert_to_active_storage.rb Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00
20200414002409_add_foreign_key_constraint_to_active_storage_attachments_for_blob_id.active_storage.rb Migrations and helpers to move from Paperclip to ActiveStorage 2020-04-20 20:24:59 +02:00