Skip to content

Instantly share code, notes, and snippets.

@carmi
Created June 13, 2011 19:04
Show Gist options
  • Save carmi/1023453 to your computer and use it in GitHub Desktop.
Save carmi/1023453 to your computer and use it in GitHub Desktop.
)$ git diff db/development_structure.sql
diff --git a/db/development_structure.sql b/db/development_struct
index 0085180..d72221d 100644
--- a/db/development_structure.sql
+++ b/db/development_structure.sql
@@ -75,7 +75,7 @@ CREATE TABLE `message_audits` (
KEY `index_message_audits_on_status` (`status`),
KEY `index_message_audits_on_queue` (`queue`),
KEY `index_message_audits_on_document_code` (`document_code`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+) ENGINE=InnoDB AUTO_INCREMENT=952 DEFAULT CHARSET=utf8 COLLATE=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment