7 lines
117 B
MySQL
7 lines
117 B
MySQL
|
|
ALTER TABLE hrsa_page_list_template add (
|
||
|
|
system_type number
|
||
|
|
)
|
||
|
|
/
|
||
|
|
|
||
|
|
update hrsa_page_list_template set system_type=0
|
||
|
|
/
|