"Before clean"

This commit is contained in:
2018-02-28 10:25:08 +01:00
parent 738596a13f
commit ecfc6232a8
11 changed files with 279 additions and 36 deletions

View File

@@ -54,7 +54,7 @@ CREATE TABLE participer_thsf_roles (
\echo *********************************
\echo * Creating participer_thsf_turns table
\echo *********************************
CREATE TYPE dow AS ENUM ('J', 'V', 'S', 'D');
CREATE TYPE dow AS ENUM ('Jeudi', 'Vendredi', 'Samedi', 'Dimanche');
CREATE TABLE participer_thsf_turns (
id serial primary key,
role_id integer not NULL,