Compare commits
No commits in common. "fdabfcf7416bcf8694665571acd97e7e5dc7cfac" and "b3274f1a2a768e8b78c73e84d7cf6d6a624f3313" have entirely different histories.
fdabfcf741
...
b3274f1a2a
2 changed files with 1 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,2 @@
|
|||
.idea
|
||||
db/*
|
||||
backend/target/*
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
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