remove extra file suffix. Silly NetBeans
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 24 May 2010 18:49:03 +0000 (14:49 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 24 May 2010 18:49:03 +0000 (14:49 -0400)
horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql [new file with mode: 0644]
horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql.sql [deleted file]

diff --git a/horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql b/horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql
new file mode 100644 (file)
index 0000000..2f584f2
--- /dev/null
@@ -0,0 +1 @@
+ALTER TABLE horde_perms CHANGE COLUMN perm_id perm_id INT(11) NOT NULL AUTO_INCREMENT;
\ No newline at end of file
diff --git a/horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql.sql b/horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql.sql
deleted file mode 100644 (file)
index 2f584f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ALTER TABLE horde_perms CHANGE COLUMN perm_id perm_id INT(11) NOT NULL AUTO_INCREMENT;
\ No newline at end of file