diff options
Diffstat (limited to 'mayor-orig/update/rev001351-1-auth.sql')
-rw-r--r-- | mayor-orig/update/rev001351-1-auth.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mayor-orig/update/rev001351-1-auth.sql b/mayor-orig/update/rev001351-1-auth.sql new file mode 100644 index 00000000..42665a1f --- /dev/null +++ b/mayor-orig/update/rev001351-1-auth.sql @@ -0,0 +1,3 @@ + +alter table accounts modify policy ENUM('private','parent','public') NOT NULL; +alter table accounts modify userAccount VARCHAR(32) NOT NULL; |