12 lines
512 B
SQL
12 lines
512 B
SQL
update habits set color=19 where color=12;
|
|
update habits set color=17 where color=11;
|
|
update habits set color=15 where color=10;
|
|
update habits set color=14 where color=9;
|
|
update habits set color=13 where color=8;
|
|
update habits set color=10 where color=7;
|
|
update habits set color=9 where color=6;
|
|
update habits set color=8 where color=5;
|
|
update habits set color=7 where color=4;
|
|
update habits set color=5 where color=3;
|
|
update habits set color=4 where color=2;
|
|
update habits set color=0 where color<0 or color>19; |