Datei zum Löschen der Tabellen angelegt
This commit is contained in:
parent
f0bb37c38c
commit
ee0c6190a5
1 changed files with 7 additions and 0 deletions
7
db_scripts/drop.sql
Normal file
7
db_scripts/drop.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
DROP TABLE IF EXISTS mitglied;
|
||||
DROP TABLE IF EXISTS transaktion_art;
|
||||
DROP TABLE IF EXISTS transaktion;
|
||||
DROP TABLE IF EXISTS monatlicher_beitrag;
|
||||
DROP TABLE IF EXISTS mwst;
|
||||
DROP TABLE IF EXISTS einheit;
|
||||
DROP TABLE IF EXISTS artikel;
|
Loading…
Reference in a new issue