浏览代码

dev en cours

rajah 7 月之前
父节点
当前提交
f1b12333c8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      postgresql/tables/webcams.sql

+ 0 - 1
postgresql/tables/webcams.sql

@@ -1,7 +1,6 @@
 CREATE TABLE IF NOT EXISTS vote.webcams
 (
   id integer NOT NULL PRIMARY KEY,
-  flag_updated boolean DEFAULT true,
   crc32 bigint NOT NULL,
   vue bytea NOT NULL
 )