Fix syntax.
authorJan Schneider <jan@horde.org>
Thu, 25 Mar 2010 12:48:41 +0000 (13:48 +0100)
committerJan Schneider <jan@horde.org>
Thu, 25 Mar 2010 12:48:41 +0000 (13:48 +0100)
ansel/scripts/upgrades/2010-03-24_fix_default_faces_value.sql

index 75372a1..6420c38 100644 (file)
@@ -1 +1 @@
-ALTER TABLE ansel_images CHANGE image_faces INT DEFAULT 0 NOT NULL;
\ No newline at end of file
+ALTER TABLE ansel_images CHANGE image_faces image_faces INT DEFAULT 0 NOT NULL;