init.sql aktualisiert
This commit is contained in:
parent
7d767acdd7
commit
615d39c79c
4
init.sql
4
init.sql
@ -1,3 +1,7 @@
|
|||||||
|
-- 1. Alte Tabellen komplett löschen (Reset)
|
||||||
|
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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user