Created
February 26, 2013 22:08
-
-
Save Signum/5042728 to your computer and use it in GitHub Desktop.
DB creation
This file contains 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
chaas@aldi:~/projekte/ror/ispmailadmin$ rake db:drop | |
chaas@aldi:~/projekte/ror/ispmailadmin$ rake db:setup | |
-- create_table("domains", {:force=>true}) | |
-> 0.0603s | |
-- create_table("mailaliases", {:force=>true}) | |
-> 0.0423s | |
-- create_table("mailusers", {:force=>true}) | |
-> 0.0274s | |
-- initialize_schema_migrations_table() | |
-> 0.0586s | |
-- assume_migrated_upto_version(20130226213512, ["/home/chaas/projekte/ror/ispmailadmin/db/migrate"]) | |
-> 0.0769s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment