9 lines
136 B
SQL
9 lines
136 B
SQL
|
|
-- Your SQL goes here
|
||
|
|
|
||
|
|
alter table scores
|
||
|
|
rename column task to tasks;
|
||
|
|
|
||
|
|
alter table ref_resources
|
||
|
|
rename column task to tasks;
|
||
|
|
|