..
001-readme.sql
Add a migrations/ directory.
2011-02-07 21:52:55 -08:00
002-create_api_docpage.sql
create doc_page migration
2011-02-09 18:41:28 -08:00
003-create_empty_dirs.sql
migration to use EmptyDir
2011-02-10 13:33:48 -08:00
004-add_deleted_column.sql
delete and private are working fine
2011-02-22 13:09:13 +00:00
005-add_commit_message.sql
Bug 633643
2011-03-14 11:34:19 +00:00
006-create_celeryresponse.sql
migration
2011-03-30 20:18:05 +01:00
007-convert_to_innodb.sql
fixing migration to only alter table that actually exist in production
2011-05-03 10:21:38 -07:00
008-cleanup-tables.sql
Clean up tables; bug 653227
2011-05-05 12:46:29 -07:00
009-add_packagerevision_name.sql
https://bugzilla.mozilla.org/show_bug.cgi?id=659529
2011-06-09 18:35:23 +01:00
010-mozilla_user_link_to_amo.sql
https://bugzilla.mozilla.org/show_bug.cgi?id=665104
2011-06-20 16:46:12 +01:00
011-ensure_library_main_module.py
modified migration to try to fix all libraries that might not have been fixed
2011-07-21 14:57:12 -07:00
012-add_package_identification_in_amo.sql
* amo_status added to PackageRevision
2011-08-11 13:31:33 +01:00
013-add_amo_fields.sql
* AMO integration status no longer copied on new revision
2011-09-06 18:34:56 +01:00
014-add_activity_to_package.sql
adds an Activity filter to search page
2011-09-15 16:56:40 -07:00
015-initial_activity_data.py
move fill_package_activity from migration to a task
2011-09-29 17:46:32 -05:00
016-add_sdk_options.sql
remove stray quote
2011-09-26 18:41:21 -05:00
017-add_amo_slug.sql
migration added
2011-09-29 20:06:35 +01:00
018-remove_package_is_active_today.sql
improve updating of the year_of_activity
2011-10-07 17:21:57 -05:00
019-refactor_package_activity.sql
added index to packagerevision table
2011-10-13 13:52:55 -07:00
020-add_default_value_for_activity_rating.sql
added migration to set default value for activity_rating
2011-10-18 16:42:14 -07:00
021-allow_null_for_SDK_options.sql
allow SDK.options to be null
2011-10-18 18:57:35 -05:00
022-create_waffle_tables.sql
Add django_waffle requirement
2011-11-02 16:47:10 +01:00
023-add_workaround_waffle_switches.sql
remove WORKAROUND_SDK_MAIN setting and add a LibDirInMainAttributeWorkaround
2011-11-02 16:42:47 +01:00
024-add_workaround_waffle_switches_SDK_STDERR.sql
add workaround for SDK Error in stdout
2011-11-03 12:33:33 +01:00
025-add_disabled_checkAddonHelperVersion_switch.sql
jsHint fixes
2011-11-16 14:16:58 +00:00
026-add_featured_example_package_flags.sql
partial
2011-12-02 14:09:13 -08:00
027-add_browserid_waffle_switch.sql
fixed browserid migration and default to off
2011-12-20 15:01:55 -08:00
028-enable_checkAddonHelperVersion_switch.sql
check ABH version switched on
2011-12-27 14:29:14 +01:00
029-change_charset.sql
added semi-colons to each line
2012-02-15 11:18:33 -08:00
030-add_package_full_name_author_id_unique_constraint.sql
don't run this twice in prod
2012-02-15 14:49:04 -08:00
031-change_charset_user.sql
Added migration to update person_profile and auth_user tables to utf8
2012-02-23 09:00:03 -08:00
032-add_packagerevision_extra_json.sql
adds PackageRevision.extra_json
2012-03-13 18:43:55 -07:00
033-sdk_core_lib_NULL.sql
Fixes Bug 818125
2012-12-11 13:52:03 +01:00
__init__.py
turning migrations/ into a module, and fixing indent in 011 migration
2011-07-21 11:24:13 -07:00
schematic_settings.py
use python26 alias
2011-07-21 09:51:43 -07:00