app/init.sql aktualisiert

This commit is contained in:
sascha 2026-01-28 16:02:07 +00:00
parent 795502fe7a
commit f4d1ad5837

View File

@ -1,3 +1,6 @@
DROP TABLE IF EXISTS vocabulary;
DROP TABLE IF EXISTS irregular_verbs;
CREATE TABLE IF NOT EXISTS vocabulary ( CREATE TABLE IF NOT EXISTS vocabulary (
id SERIAL PRIMARY KEY, id SERIAL PRIMARY KEY,
english TEXT NOT NULL, english TEXT NOT NULL,