Current Path : /opt/cpanel/ea-php70/root/usr/share/pear/RVSeagullMod/modules/blogweb/data/ |
Current File : //opt/cpanel/ea-php70/root/usr/share/pear/RVSeagullMod/modules/blogweb/data/update.my.2.sql |
----db_update_1.5-alpha1_1.5-alpha2_mysql.sql------- ALTER TABLE serendipity_authors ADD COLUMN hashtype int(1); ALTER TABLE serendipity_authors CHANGE password password VARCHAR(64) NOT NULL; REPLACE INTO serendipity_authors (realname, username, password, authorid, mail_comments, mail_trackbacks, email, userlevel, right_publish, hashtype) VALUES ('John Doe', 'admin', 'e10adc3949ba59abbe56e057f20f883e', 1, 1, 1, 'john@example.com', 255, 1, 1);