Created
February 16, 2009 02:15
-
-
Save martinstannard/64956 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
/usr/lib/ruby/gems/1.8/gems/dm-core-0.9.10/lib/dm-core/adapters/data_objects_adapter.rb:92:in `execute_non_query': (mysql_errno=1064, sql_state=42000) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT NULL, `branch` VARCHAR(50) DEFAULT 'master', `command` VARCHAR(50) DEFAU' at line 1 (MysqlError) | |
Query: CREATE TABLE `integrity_projects` (`id` serial PRIMARY KEY, `name` VARCHAR(50), `permalink` VARCHAR(50), `uri` VARCHAR DEFAULT NULL, `branch` VARCHAR(50) DEFAULT 'master', `command` VARCHAR(50) DEFAULT 'rake', `public` TINYINT DEFAULT 1, `building` TINYINT DEFAULT 0, `created_at` DATETIME, `updated_at` DATETIME, `build_id` INT(11), `notifier_id` INT(11)) from /usr/lib/ruby/gems/1.8/gems/dm-core-0.9.10/lib/dm-core/adapters/data_objects_adapter.rb:92:in `execute' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment