Compare commits
10 commits
b3274f1a2a
...
fdabfcf741
Author | SHA1 | Date | |
---|---|---|---|
|
fdabfcf741 | ||
|
3bfab0bcae | ||
|
220025e109 | ||
26d0735bcf | |||
ee0c6190a5 | |||
f0bb37c38c | |||
3bf0ec4ff8 | |||
9f9bf7205b | |||
d711eef20d | |||
793d3e02e1 |
2 changed files with 10 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
.idea
|
.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