Created
October 19, 2011 07:28
-
-
Save fantactuka/1297674 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
== ImportSql: migrating ====================================================== | |
Connected to database | |
- remove all tables from database | |
- import database from /Users/maksim/Projects/tabletennis-by/db/migrate/../tabletennis_onliner_tournament.sql | |
- rename/remove tables | |
- rename/remove/add columns | |
- create group for single games and remove extra columns | |
- delete relations for removed players | |
- apply group changes: | |
extract league id 6903/6903 | |
fix broken groups 0/0 | |
- apply participations changes | |
- extract players archived status | |
== ImportSql: migrated (85.6487s) ============================================ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment