소스 검색

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
 )