summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.1beta9_to_1.1beta10/mysql/patch.sql1
-rw-r--r--upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.1beta9_to_1.1beta10/mysql/patch.sql b/upgrades/dbpatches/1.1beta9_to_1.1beta10/mysql/patch.sql
index f2d9e024..58b5d4e4 100644
--- a/upgrades/dbpatches/1.1beta9_to_1.1beta10/mysql/patch.sql
+++ b/upgrades/dbpatches/1.1beta9_to_1.1beta10/mysql/patch.sql
@@ -30,3 +30,4 @@ CREATE TABLE items_applications (
PRIMARY KEY (applicationid,itemid)
) type=InnoDB;
+alter table audit rename auditlog;
diff --git a/upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql b/upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql
index d27d24ba..ef76f5dc 100644
--- a/upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql
+++ b/upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql
@@ -31,3 +31,4 @@ CREATE TABLE items_applications (
FOREIGN KEY (itemid) REFERENCES items
);
+alter table audit rename auditlog;