main #1

Open
fdenzer wants to merge 46 commits from mgl_crew/Mitgliederladen:main into main
2 changed files with 10 additions and 1 deletions
Showing only changes of commit fdabfcf741 - Show all commits

4
.gitignore vendored
View file

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

7
db_scripts/drop.sql Normal file
View 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;