mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Fix bug with "plugin" table fields sizes
This commit is contained in:
parent
4e4f0adfd6
commit
e0716bbeb2
@ -296,9 +296,9 @@ plugin:
|
||||
# Artificial ID
|
||||
id: "INT NOT NULL auto_increment PRIMARY KEY"
|
||||
# Plugin name in "<Vendor>:<Name>" format.
|
||||
name: "varchar(1024) NOT NULL"
|
||||
name: "varchar(255) NOT NULL"
|
||||
# Installed version of the plugin.
|
||||
version: "varchar(256) NOT NULL"
|
||||
version: "varchar(255) NOT NULL"
|
||||
# Indicates if the plugin is installed or not.
|
||||
installed: "tinyint NOT NULL DEFAULT 0"
|
||||
# Indicates if the plugin is enabled or not.
|
||||
|
Loading…
Reference in New Issue
Block a user