Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Piwigo/Piwigo
Browse files Browse the repository at this point in the history
  • Loading branch information
flop25 committed Sep 1, 2017
2 parents 47164bc + 011b12c commit d4487be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/piwigo_structure-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ CREATE TABLE `piwigo_image_category` (
-- Table structure for table `piwigo_image_format`
--

DROP TABLE IF EXISTS `piwigo_image_format`;
CREATE TABLE `piwigo_image_format` (
`format_id` int(11) unsigned NOT NULL auto_increment,
`image_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
Expand Down Expand Up @@ -370,6 +371,7 @@ CREATE TABLE `piwigo_user_access` (
-- Table structure for table `piwigo_user_auth_keys`
--

DROP TABLE IF EXISTS `piwigo_user_auth_keys`;
CREATE TABLE `piwigo_user_auth_keys` (
`auth_key_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`auth_key` varchar(255) NOT NULL,
Expand Down

0 comments on commit d4487be

Please sign in to comment.