This website requires JavaScript.
Explore
Help
Register
Sign In
EbookFoundation
/
regluit
mirror of
https://github.com/EbookFoundation/regluit.git
Watch
1
Star
0
Fork
You've already forked regluit
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4c7e5e7f8c
regluit
/
core
/
migrations
History
Ed Summers
6952cbde52
require googlebooks_id to be unique on Edition. this may cause errors to pop up elsewhere when we have a race to add an edition
2011-12-20 12:57:17 -05:00
..
0001_initial.py
added new migrations
2011-11-21 11:29:37 -05:00
0002_add_goodreads_id.py
persist goodreads and librarything identifiers when loading wishlists from there
2011-12-02 22:16:11 -05:00
0003_add_librarything_ids.py
persist goodreads and librarything identifiers when loading wishlists from there
2011-12-02 22:16:11 -05:00
0004_auto__add_field_campaign_status.py
added status column to Campaign model, wrote a South data migration
2011-12-06 10:36:20 -05:00
0005_set_status.py
added status column to Campaign model, wrote a South data migration
2011-12-06 10:36:20 -05:00
0006_wishes.py
Wishlists are now filled using the Wishes intermediate table. It's named the same as previous intermediate table, and I've edited the migration so data is not lost.
2011-12-08 18:22:20 -05:00
0007_auto__add_field_wishes_created__add_field_wishes_source.py
restored missing "through" to model
2011-12-09 08:07:44 -05:00
0008_add_work_language_col.py
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
2011-12-13 09:55:26 -05:00
0009_add_work_language_data.py
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
2011-12-13 09:55:26 -05:00
0010_remove_edition_language.py
works are mono-lingual now. language is now a property of Work instead of Edition. YOU WILL NEED TO APPLY MIGRATIONS!
2011-12-13 09:55:26 -05:00
0011_auto__add_campaignaction__del_field_campaign_suspended_reason__del_fie.py
moved as-yet unsaid campaign actions into their own table. Apply migrations!
2011-12-13 16:24:56 -05:00
0012_auto__add_field_campaign_left.py
added a column to track amount remaining on a campaign; updated by the Transaction change signal
2011-12-14 00:53:03 -05:00
0013_move_subject_to_work.py
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
2011-12-19 01:33:13 -05:00
0015_auto__chg_field_subject_name__add_unique_subject_name.py
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
2011-12-19 01:33:13 -05:00
0016_auto__add_field_work_openlibrary_lookup.py
now getting subjects from openlibrary instead of from googlebooks. You will need to APPLY MIGRATIONS!
2011-12-19 01:33:13 -05:00
0017_isbn_to_13.py
blindly trying what the error messages say to do
2011-12-19 23:45:44 -05:00
0018_auto__del_field_edition_isbn_10.py
removed isbn_10 column and fixed many isbn13 non-compliance issues
2011-12-19 23:26:55 -05:00
0019_googlebooks_id_must_be_unique.py
require googlebooks_id to be unique on Edition. this may cause errors to pop up elsewhere when we have a race to add an edition
2011-12-20 12:57:17 -05:00
__init__.py
added new migrations
2011-11-21 11:29:37 -05:00