Experimental static Docker image [CI SKIP]
This commit is contained in:
parent
e1282dacb0
commit
849caf74ef
14 changed files with 214 additions and 85 deletions
|
|
@ -1,2 +0,0 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE distributions;
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
-- Your SQL goes here
|
||||
CREATE TABLE distributions (
|
||||
id uuid DEFAULT gen_random_uuid() PRIMARY KEY,
|
||||
|
||||
name text UNIQUE NOT NULL,
|
||||
description text,
|
||||
origin text,
|
||||
label text,
|
||||
version text,
|
||||
suite text,
|
||||
codename text
|
||||
);
|
||||
Reference in a new issue