https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21066
--- Comment #35 from Jonathan Druart <[email protected]> --- Comment on attachment 109192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109192 Bug 21066: Database revision Review of attachment 109192: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21066&attachment=109192) ----------------------------------------------------------------- ::: installer/data/mysql/kohastructure.sql @@ +1723,4 @@ > `title` varchar(250) NOT NULL default '', -- title of the news article > `content` MEDIUMTEXT NOT NULL, -- the body of your news article > `lang` varchar(50) NOT NULL default '', -- location for the article (koha > is the staff client, slip is the circulation receipt and language codes are > for the opac) > + `publicationdate` date DEFAULT NULL, -- publication date Should not it be published_on? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
