aboutsummaryrefslogtreecommitdiff
path: root/web/website/init-bd.sql
diff options
context:
space:
mode:
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)
-);
-
-