Browse Source

dev en cours

rajah 7 months ago
parent
commit
f1b12333c8
1 changed files with 0 additions and 1 deletions
  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
 )