X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=schema_0.1.X_to_0.2.X.sql;fp=schema_0.1.X_to_0.2.X.sql;h=32cb7362b6c0ff3ecf9ba26bdb18ee081c87881e;hb=e82173a1eb29048c63c08e16acfd6cbda5b40bb8;hp=0000000000000000000000000000000000000000;hpb=7aefe4bd17a0cd729d5aecc8cc397bac5344f631;p=cavote.git diff --git a/schema_0.1.X_to_0.2.X.sql b/schema_0.1.X_to_0.2.X.sql new file mode 100644 index 0000000..32cb736 --- /dev/null +++ b/schema_0.1.X_to_0.2.X.sql @@ -0,0 +1,2 @@ +ALTER TABLE votes +ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;