From: Michael J. Rubinsky Date: Mon, 24 May 2010 18:49:03 +0000 (-0400) Subject: remove extra file suffix. Silly NetBeans X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=70a27b1cf125078ef504f7ae4acc77fbbcb52510;p=horde.git remove extra file suffix. Silly NetBeans --- 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 index 000000000..2f584f28a --- /dev/null +++ b/horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql @@ -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 index 2f584f28a..000000000 --- a/horde/scripts/upgrades/2010-05-24_horde_perms_autoincrement.mysql.sql.sql +++ /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