mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-09 17:15:38 +00:00
c33fb858f9
* frontend + backend support for top hunters * fix issues with bounties view * logging * cleanup
5 lines
184 B
SQL
5 lines
184 B
SQL
ALTER TABLE "public"."issues"
|
|
ALTER COLUMN "balance" DROP DEFAULT,
|
|
ALTER COLUMN "balance" SET DATA TYPE decimal USING (balance::numeric),
|
|
ALTER COLUMN "balance" SET DEFAULT 0.0;
|