mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
Merge remote-tracking branch 'upstream/develop' into issue-1218
This commit is contained in:
commit
003e87b112
9 changed files with 45 additions and 35 deletions
|
@ -823,6 +823,7 @@ function db_definition() {
|
|||
"id" => array("type" => "int(11)", "not null" => "1", "extra" => "auto_increment", "primary" => "1"),
|
||||
"name" => array("type" => "varchar(128)", "not null" => "1", "default" => ""),
|
||||
"locked" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
"created" => array("type" => "datetime", "default" => "0000-00-00 00:00:00"),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue