schema_0.1.X_to_0.2.X.sql 60 B

12
  1. ALTER TABLE votes
  2. ADD is_hidden BOOLEAN DEFAULT 0 NOT NULL;