Skip to content

Instantly share code, notes, and snippets.

@trak3r
Created November 6, 2009 16:47
Show Gist options
  • Save trak3r/228090 to your computer and use it in GitHub Desktop.
Save trak3r/228090 to your computer and use it in GitHub Desktop.
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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment