evorepo/main/migrations
Dan McGee d766595965 Add some migrations to convert database to UTC time
This follows the earlier commit where we make sure any value going to or
being pulled from the database is UTC.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-07 17:03:06 -05:00
..
__init__.py Add initial South migration for 'main' app 2010-01-31 13:20:49 -06:00
0001_initial.py Add initial South migration for 'main' app 2010-01-31 13:20:49 -06:00
0002_make_maintainer_nullable.py Remove archweb prefix from all imports 2010-02-10 00:29:27 -06:00
0003_migrate_maintainer.py Remove archweb prefix from all imports 2010-02-10 00:29:27 -06:00
0004_add_pkgname_index.py Add a pkgname index 2010-01-31 14:58:28 -06:00
0005_fix_empty_url_pkgdesc.py Handle empty pkgdesc and url a bit better 2010-01-31 16:08:06 -06:00
0006_add_more_info_to_packages.py Add some additional fields to package import 2010-02-26 20:42:13 -06:00
0007_add_files_last_update.py Add a files_last_update column 2010-02-27 13:36:58 -06:00
0008_mirror_tiering.py Mirror tiering enhancements 2010-03-06 10:13:28 -06:00
0009_mirror_rsync_credentials.py Add mirror rsync credentials data 2010-03-06 10:29:19 -06:00
0010_kill_rsync_ip_hostname.py Kill rsync IP hostname field 2010-03-06 10:34:04 -06:00
0011_mirror_notes_text_field.py Make mirror notes a text field 2010-03-06 10:42:51 -06:00
0012_is_repo_testing.py Add a flag to the repo to indicate its 'testing' status 2010-03-06 15:36:20 -06:00
0013_mark_repos_testing.py Add a flag to the repo to indicate its 'testing' status 2010-03-06 15:36:20 -06:00
0014_mirror_notes_rsync_optional.py Make rsync fields on mirrors optional 2010-03-20 14:02:38 -05:00
0015_auto__del_field_package_maintainer.py Drop maintainer column off packages model 2010-03-27 16:21:58 -05:00
0016_always_fill_pkgbase.py Get unit tests up and running again 2010-06-24 17:08:00 -05:00
0017_auto__chg_field_package_pkgbase.py Make pkgbase non-null and indexed 2010-03-27 18:09:42 -05:00
0018_auto__del_press.py Migration to remove press model 2010-04-18 22:56:42 -05:00
0019_auto__del_altforum.py Migration to delete AltForum model 2010-04-18 23:25:56 -05:00
0020_auto__del_externalproject.py Migration to remove external projects 2010-04-18 23:35:34 -05:00
0021_mark_package_fields_nullable.py Fix null field issues exposed by Django 1.1.2 2010-05-24 10:57:17 -05:00
0022_auto__add_field_package_filename.py Add filename column to package model 2010-05-26 10:11:59 -05:00
0023_auto__add_field_package_flag_date.py Make flag column on packages a date 2010-07-06 18:36:17 -05:00
0024_set_initial_flag_date.py Make flag column on packages a date 2010-07-06 18:36:17 -05:00
0025_auto__del_field_package_needupdate.py Remove old needupdate column 2010-07-06 18:37:28 -05:00
0026_auto__add_field_package_packager_str__add_field_package_packager.py Add packager fields to package model 2010-07-28 14:41:13 -05:00
0027_auto__chg_field_package_compressed_size__chg_field_package_installed_s.py Make package size fields big integers 2010-08-17 09:43:40 -05:00
0028_auto__add_field_repo_bugs_project__add_field_repo_svn_root.py Add more metadata to repo model 2010-08-25 14:04:23 -05:00
0029_fill_in_repo_data.py Simple migration to populate repo data 2010-08-25 14:12:14 -05:00
0030_move_mirror_models.py Move mirror models out of main app 2010-09-06 12:01:46 -05:00
0031_move_news_out.py Move news model to an appropriate place 2010-09-08 00:23:55 -05:00
0032_auto__add_field_arch_agnostic.py Add metadata to Arch table 2010-09-08 10:50:55 -05:00
0033_mark_any_agnostic.py Add metadata to Arch table 2010-09-08 10:50:55 -05:00
0034_update_content_type.py After moving models, update content type table 2010-09-09 06:46:25 -05:00
0035_auto__add_field_donor_visible.py Allow donors to be invisible 2010-10-01 13:05:22 -05:00
0036_auto__chg_field_userprofile_user.py Make user profile a OneToOneField 2010-10-04 17:44:40 -05:00
0037_auto__add_field_userprofile_time_zone.py Add time zone field to developer profile 2011-01-08 11:41:59 -06:00
0038_add_depends_optional_description.py Allow optional deps in depends model 2011-02-15 13:51:11 -06:00
0039_auto__del_field_package_license.py Move license to a related model 2011-02-15 13:51:11 -06:00
0040_split_package_files.py Add new file and directory parts to package files 2011-02-22 15:55:14 -06:00
0041_move_package_files_data.py Add migration to split package files into parts 2011-02-22 15:58:06 -06:00
0042_auto__del_field_packagefile_path.py Use new split package file fields everywhere 2011-02-22 16:00:51 -06:00
0043_auto__add_field_package_epoch.py Add package epoch support 2011-03-13 11:32:00 -05:00
0044_auto__chg_field_todolist_date_added.py Make todo list DateField a DateTimeField 2011-03-14 23:55:52 -05:00
0045_add_todolist_date_added_index.py Add index to todo list date added 2011-03-22 20:46:28 -05:00
0046_auto__add_field_repo_staging.py Add 'staging' field to Repo model 2011-03-22 21:41:33 -05:00
0047_utc_datetimes.py Add some migrations to convert database to UTC time 2011-04-07 17:03:06 -05:00