oops, there were OIDS in the migrations too...
[plcapi.git] / migrations / 103-up-extensions.sql
index c411049..3edf644 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE plc_db_extensions (
     name text NOT NULL PRIMARY KEY,
     version integer NOT NULL
-) WITH OIDS;
+);
 
 UPDATE plc_db_version SET subversion = 103;