diff --git a/.gitignore b/.gitignore index 2dd30b6..7a162b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .idea -db/* \ No newline at end of file +db/* +backend/target/* + diff --git a/db_scripts/drop.sql b/db_scripts/drop.sql new file mode 100644 index 0000000..b22754a --- /dev/null +++ b/db_scripts/drop.sql @@ -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;