9 lines
121 B
MySQL
9 lines
121 B
MySQL
|
|
ALTER TABLE hrsa_page_list_template add (
|
||
|
|
system_type number
|
||
|
|
);
|
||
|
|
/
|
||
|
|
|
||
|
|
update hrsa_page_list_template set system_type=0;
|
||
|
|
/
|
||
|
|
|