Skip to content

Commit

Permalink
Removed Tags Collumn
Browse files Browse the repository at this point in the history
  • Loading branch information
burnacid committed Mar 10, 2017
1 parent 99786db commit e9baaeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inc/plugins/trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function trashbin_info()
'website' => 'http://lenders-it.nl',
'author' => 'S. Lenders',
'authorsite' => 'http://lenders-it.nl',
'version' => '0.2',
'version' => '0.2.1',
'compatibility' => '18*',
'codename' => 'trashbin');
}
Expand Down Expand Up @@ -57,7 +57,6 @@ function trashbin_install()
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
`editreason` varchar(150) NOT NULL DEFAULT '',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`tags` text NOT NULL,
PRIMARY KEY (`pid`),
KEY `tid` (`tid`,`uid`),
KEY `uid` (`uid`),
Expand Down Expand Up @@ -130,7 +129,6 @@ function trashbin_install()
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
`editreason` varchar(150) NOT NULL DEFAULT '',
`visible` tinyint(1) NOT NULL DEFAULT '0',
`tags` text NOT NULL,
`deletetime` int(10) unsigned NOT NULL DEFAULT '0',
`deletedby` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`pid`),
Expand Down

0 comments on commit e9baaeb

Please sign in to comment.