7 lines
129 B
SQL
Executable File
7 lines
129 B
SQL
Executable File
alter table device
|
|
add asMessageChannel int default 0;
|
|
|
|
alter table parent_platform
|
|
add asMessageChannel int default 0;
|
|
|