Parcourir la source

drop user_role table

Julien Rabier il y a 13 ans
Parent
commit
339afd3d87
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      schema.sql

+ 1 - 0
schema.sql

@@ -3,6 +3,7 @@ drop table if exists attachments;
 drop table if exists votes;
 drop table if exists votes;
 drop table if exists roles;
 drop table if exists roles;
 drop table if exists users;
 drop table if exists users;
+drop table if exists user_role;
 
 
 create table users (
 create table users (
     id INTEGER primary key autoincrement,
     id INTEGER primary key autoincrement,