diff options
author | Arun Persaud <arun@nubati.net> | 2010-03-04 21:02:56 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-03-04 21:02:56 -0800 |
commit | bc566c5be2acb50a04003e25d3ec9cde4e791786 (patch) | |
tree | cf5fa2b38e6d22f20cba6d52e9759c6b9d21d8a4 | |
parent | f0e93ad1feb9ba47dc1db80354b5f28d29b5ab27 (diff) | |
download | e-DoKo-bc566c5be2acb50a04003e25d3ec9cde4e791786.tar.gz e-DoKo-bc566c5be2acb50a04003e25d3ec9cde4e791786.tar.bz2 e-DoKo-bc566c5be2acb50a04003e25d3ec9cde4e791786.zip |
fixed typo in create statement
-rw-r--r-- | create_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create_database.sql b/create_database.sql index fd7b22a..e9577c9 100644 --- a/create_database.sql +++ b/create_database.sql @@ -263,7 +263,7 @@ CREATE TABLE `Card_Exchange` ( /*!40000 ALTER TABLE `Hand_Card` DISABLE KEYS */; -LOCK TABLES `Hand_Card` WRITE; +LOCK TABLES `Card_Exchange` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `Hand_Card` ENABLE KEYS */; |