summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.1.0/schema.Pg
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/upgrade/3.1.0/schema.Pg')
-rwxr-xr-xrt/etc/upgrade/3.1.0/schema.Pg4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/etc/upgrade/3.1.0/schema.Pg b/rt/etc/upgrade/3.1.0/schema.Pg
index 94c3fe70d..08a964c4b 100755
--- a/rt/etc/upgrade/3.1.0/schema.Pg
+++ b/rt/etc/upgrade/3.1.0/schema.Pg
@@ -1,4 +1,4 @@
--- {{{ Attributes
+
CREATE SEQUENCE attributes_id_seq;
@@ -21,5 +21,5 @@ CREATE TABLE Attributes (
CREATE INDEX Attributes1 on Attributes(Name);
CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId);
--- }}}
+