First release

This commit is contained in:
Johannes Randerath
2024-08-27 18:25:04 +02:00
parent 218c7e8f40
commit c06ddc9498
125 changed files with 12726 additions and 244 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE jrtables
ADD num_fields INTEGER NOT NULL;

View File

@@ -0,0 +1 @@
-- This file should undo anything in `up.sql`

View File

@@ -0,0 +1,2 @@
ALTER TABLE jrtables
DROP COLUMN num_fields;

View File

@@ -0,0 +1 @@
-- Your SQL goes here