mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
Database can now be automatically updated
This commit is contained in:
parent
35f1081bfe
commit
c052c6afca
3 changed files with 10 additions and 2 deletions
|
@ -456,6 +456,7 @@ CREATE TABLE IF NOT EXISTS `hook` (
|
|||
`hook` char(255) NOT NULL,
|
||||
`file` char(255) NOT NULL,
|
||||
`function` char(255) NOT NULL,
|
||||
`priority` int(11) UNSIGNED NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue