summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql')
-rw-r--r--upgrades/dbpatches/1.1beta9_to_1.1beta10/postgresql/patch.sql1
1 files changed, 1 insertions, 0 deletions
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;