9 lines
110 B
SQL
9 lines
110 B
SQL
|
|
-- Your SQL goes here
|
||
|
|
|
||
|
|
alter table ref_resources
|
||
|
|
add task jsonb;
|
||
|
|
|
||
|
|
alter table scores
|
||
|
|
add task jsonb;
|
||
|
|
|