aboutsummaryrefslogtreecommitdiff
path: root/web/website/init-bd.sql
diff options
context:
space:
mode:
authorChatChimi <Pichue07@gmail.com>2020-04-18 14:23:26 +0200
committerChatChimi <Pichue07@gmail.com>2020-04-18 14:23:26 +0200
commitdc48cf7cbca435becc481c80214b320e78825eeb (patch)
tree79642f267de8d8a04655d1ce3670a9acaeffb081 /web/website/init-bd.sql
parent1323e52025bfd6f6e7584295619002a897c8da0c (diff)
parent4378405eea982cb3a42584d95767b5003675f611 (diff)
Merge branch 'master' of https://github.com/clyhtsuriva/ATS-Project
Diffstat (limited to 'web/website/init-bd.sql')
-rwxr-xr-xweb/website/init-bd.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/website/init-bd.sql b/web/website/init-bd.sql
deleted file mode 100755
index f1a4f2b..0000000
--- a/web/website/init-bd.sql
+++ /dev/null
@@ -1,12 +0,0 @@
---Creation of the main table
-drop table if exists trame cascade;
-
-create table trame(
- id_trame serial primary key,
- heure varchar(100),
- protocole varchar(100),
- source varchar(100),
- destination varchar(100)
-);
-
-