/[LeafOK_CVS]/fenglin/TODO/sql/sample_data.sql
ViewVC logotype

Diff of /fenglin/TODO/sql/sample_data.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.1 by sysadm, Tue Jan 6 02:32:40 2026 UTC Revision 1.2 by sysadm, Tue Jan 6 02:41:36 2026 UTC
# Line 19  INSERT INTO `section_master` (`MID`, `SI Line 19  INSERT INTO `section_master` (`MID`, `SI
19  (1, 1, 1, '2026-01-01 00:00:00', '2036-01-01 00:00:00', 1, 1, NULL);  (1, 1, 1, '2026-01-01 00:00:00', '2036-01-01 00:00:00', 1, 1, NULL);
20    
21  INSERT INTO `user_list` (`UID`, `username`, `password`, `temp_password`, `enable`, `verified`, `p_login`, `p_post`, `p_msg`) VALUES  INSERT INTO `user_list` (`UID`, `username`, `password`, `temp_password`, `enable`, `verified`, `p_login`, `p_post`, `p_msg`) VALUES
22  (1, 'sysop', '55b8624bb2d098bf1c01a7ad884f0037244ac4bd08b447462cb8b00000e954ba', '', 1, 1, 1, 1, 1);  (1, 'sysop', '', '55b8624bb2d098bf1c01a7ad884f0037244ac4bd08b447462cb8b00000e954ba', 1, 1, 1, 1, 1);
23    
24  INSERT INTO `user_nickname` (`NID`, `UID`, `nickname`, `begin_dt`, `begin_reason`, `end_dt`, `end_reason`) VALUES  INSERT INTO `user_nickname` (`NID`, `UID`, `nickname`, `begin_dt`, `begin_reason`, `end_dt`, `end_reason`) VALUES
25  (1, 1, '懂王', '2026-01-01 00:00:00', 'R', NULL, NULL);  (1, 1, '懂王', '2026-01-01 00:00:00', 'R', NULL, NULL);


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1