]> git.decadent.org.uk Git - dak.git/blob - setup/init_pool.sql-security
make mirrorsplit keep non-i386 oldstable (sarge) rather than non-i386 for stable...
[dak.git] / setup / init_pool.sql-security
1
2 CREATE TABLE disembargo (
3        package TEXT NOT NULL,
4        version TEXT NOT NULL
5 );
6
7 GRANT ALL ON disembargo TO GROUP ftpmaster;
8 GRANT SELECT ON disembargo TO PUBLIC;