Changeset 3979 for trunk


Ignore:
Timestamp:
Oct 6, 2009, 10:42:25 AM (15 years ago)
Author:
nikrou
Message:

Feature 1026 : update database structure (adding author_id)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/piwigo_structure.sql

    r3282 r3979  
    5353  `date` datetime NOT NULL default '0000-00-00 00:00:00',
    5454  `author` varchar(255) default NULL,
     55  `author_id` smallint(5) DEFAULT NULL,
    5556  `content` longtext,
    5657  `validated` enum('true','false') NOT NULL default 'false',
Note: See TracChangeset for help on using the changeset viewer.