5 lines
116 B
MySQL
5 lines
116 B
MySQL
|
|
ALTER TABLE hrsa_page_list_template ADD system_type int NULL
|
||
|
|
GO
|
||
|
|
|
||
|
|
update hrsa_page_list_template set system_type=0
|
||
|
|
GO
|