Compare commits

..

No commits in common. "fdabfcf7416bcf8694665571acd97e7e5dc7cfac" and "b3274f1a2a768e8b78c73e84d7cf6d6a624f3313" have entirely different histories.

2 changed files with 1 additions and 10 deletions

4
.gitignore vendored
View file

@ -1,4 +1,2 @@
.idea .idea
db/* db/*
backend/target/*

View file

@ -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;