Created
July 23, 2020 11:16
-
-
Save niuage/7e1853e7693d8488dfb2ac8c384c931d 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
== 20200719152616 CreateCocktails: migrating ================================== | |
-- create_table(:cocktails) | |
-> 0.0055s | |
== 20200719152616 CreateCocktails: migrated (0.0056s) ========================= | |
== 20200719155134 CreateActiveStorageTables: migrating ======================== | |
-- create_table(:active_storage_blobs, {}) | |
-> 0.0096s | |
-- create_table(:active_storage_attachments, {}) | |
-> 0.0105s | |
== 20200719155134 CreateActiveStorageTables: migrated (0.0202s) =============== | |
== 20200719171452 CreateActiveAdminComments: migrating ======================== | |
-- create_table(:active_admin_comments) | |
-> 0.0108s | |
-- add_index(:active_admin_comments, [:namespace]) | |
-> 0.0029s | |
== 20200719171452 CreateActiveAdminComments: migrated (0.0138s) =============== | |
== 20200719173619 CreateUsers: migrating ====================================== | |
-- create_table(:users) | |
-> 0.0052s | |
== 20200719173619 CreateUsers: migrated (0.0053s) ============================= | |
== 20200719173937 AddDeviseToUsers: migrating ================================= | |
-- change_table(:users) | |
-> 0.0196s | |
-- add_index(:users, :email, {:unique=>true}) | |
-> 0.0032s | |
-- add_index(:users, :reset_password_token, {:unique=>true}) | |
-> 0.0033s | |
== 20200719173937 AddDeviseToUsers: migrated (0.0264s) ======================== | |
== 20200719211254 AddSlugToCocktails: migrating =============================== | |
-- add_column(:cocktails, :slug, :string) | |
-> 0.0022s | |
-- add_index(:cocktails, :slug, {:unique=>true}) | |
-> 0.0028s | |
== 20200719211254 AddSlugToCocktails: migrated (0.0051s) ====================== | |
== 20200720093446 CreateCocktailIngredients: migrating ======================== | |
-- create_table(:cocktail_ingredients) | |
-> 0.0115s | |
-- add_index(:cocktail_ingredients, [:cocktail_id, :ingredient_id, :ingredient_type], {:name=>"index_cid_ingid_ing_type"}) | |
-> 0.0032s | |
== 20200720093446 CreateCocktailIngredients: migrated (0.0148s) =============== | |
== 20200722210911 CreateSpirits: migrating ==================================== | |
-- create_table(:spirits) | |
-> 0.0051s | |
== 20200722210911 CreateSpirits: migrated (0.0051s) =========================== | |
== 20200722215510 AddSlugToSpirit: migrating ================================== | |
-- add_column(:spirits, :slug, :string) | |
-> 0.0020s | |
-- add_index(:spirits, :slug, {:unique=>true}) | |
-> 0.0027s | |
== 20200722215510 AddSlugToSpirit: migrated (0.0048s) ========================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment