]> git.decadent.org.uk Git - dak.git/commitdiff
add commented out initialization for unstable_accepted
authorJames Troup <james@nocrew.org>
Sat, 20 Apr 2002 13:13:07 +0000 (13:13 +0000)
committerJames Troup <james@nocrew.org>
Sat, 20 Apr 2002 13:13:07 +0000 (13:13 +0000)
init_pool.sql

index 0e5658dfd0b50c7b2530e0684aee34ac49383aee..0423c068927b3137b8cebf96ffa9750d02b0190f 100644 (file)
@@ -142,6 +142,8 @@ CREATE TABLE override (
        unique (suite, component, package, type)
 );
 
+-- CREATE TABLE unstable_accepted (filename TEXT NOT NULL);
+
 -- Critical indexes
 
 CREATE INDEX bin_associations_bin ON bin_associations (bin);