X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdb%2Fpostgres%2Fsql%2Fschema%2F1.0.4%2Fapply.sql;fp=src%2Fdb%2Fpostgres%2Fsql%2Fschema%2F1.0.4%2Fapply.sql;h=514a6be2fb9ec1c681c6a145b9e5f244e922a747;hb=71efac9dcd7dc219cb83799391e7adc63cd4c662;hp=0000000000000000000000000000000000000000;hpb=8ac5b7115094d9044ee26a1a4e2334b5ff6ef40c;p=websub-hub diff --git a/src/db/postgres/sql/schema/1.0.4/apply.sql b/src/db/postgres/sql/schema/1.0.4/apply.sql new file mode 100644 index 0000000..514a6be --- /dev/null +++ b/src/db/postgres/sql/schema/1.0.4/apply.sql @@ -0,0 +1,10 @@ +BEGIN; + + ALTER TABLE topic + ADD COLUMN http_etag TEXT, + ADD COLUMN http_last_modified TEXT + ; + + INSERT INTO _meta_schema_version (major, minor, patch) VALUES (1, 0, 4); + +COMMIT; \ No newline at end of file