diff --git a/schema.sql b/schema.sql index f1f2bda..687e880 100644 --- a/schema.sql +++ b/schema.sql @@ -3,7 +3,7 @@ create table players ( id integer primary key autoincrement, firstname text not null, name text not null, - ban_end float not null + ban_end double not null ); drop table if exists machines; @@ -19,5 +19,5 @@ create table bans ( player_id integer not null, target_id integer not null, success integer not null, - time float not null + time double not null ); diff --git a/templates/down.html b/templates/down.html index 31bfda7..350900b 100644 --- a/templates/down.html +++ b/templates/down.html @@ -5,6 +5,10 @@ La rezo-roulette metzquetaire vous offre un répit temporaire. Profite bien {{ user['firstname']+' '+user['name'] }} ;-)
++ Rétablissement de la roulette vers midi. +
+