trak3r (owner)

Revisions

gist: 228090 Download_button fork
public
Public Clone URL: git://gist.github.com/228090.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ted@ceylon ~/Sites/asm/config/cloud-crowd »crowd load_schema
-- create_table("jobs", {:force=>true})
   -> 0.1031s
-- create_table("node_records", {:force=>true})
   -> 0.1444s
-- create_table("work_units", {:force=>true})
   -> 0.1000s
-- initialize_schema_migrations_table()
   -> 0.0009s
-- assume_migrated_upto_version(3)
   -> 0.0005s
ted@ceylon ~/Sites/asm/config/cloud-crowd »crowd server
Starting CloudCrowd Central Server on port 9173...
Your database schema is out of date. Please use `crowd load_schema` to update it. This will wipe all the tables, so make sure that your jobs have a chance to finish first.
exiting...