Merge branch 'backend'
# Conflicts: # .gitignore # db_scripts/create.sql
This commit is contained in:
commit
fdabfcf741
2 changed files with 10 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
.idea
|
||||
db/*
|
||||
db/*
|
||||
backend/target/*
|
||||
|
||||
|
|
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