Skip to content
Snippets Groups Projects
Commit 6c445ef8 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

* updated the database files
parent 28bf9e89
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -76,6 +76,7 @@ CREATE TABLE users ( ...@@ -76,6 +76,7 @@ CREATE TABLE users (
real_email varchar(60) DEFAULT '' NOT NULL, real_email varchar(60) DEFAULT '' NOT NULL,
fake_email varchar(60) DEFAULT '' NOT NULL, fake_email varchar(60) DEFAULT '' NOT NULL,
url varchar(100) DEFAULT '' NOT NULL, url varchar(100) DEFAULT '' NOT NULL,
timezone varchar(8) DEFAULT '' NOT NULL,
stories tinyint(2) DEFAULT '10', stories tinyint(2) DEFAULT '10',
mode varchar(10) DEFAULT '', mode varchar(10) DEFAULT '',
sort tinyint(1) DEFAULT '0', sort tinyint(1) DEFAULT '0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment