forked from mgl_crew/Mitgliederladen
main #1
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