mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
2 lines
82 B
SQL
2 lines
82 B
SQL
-- Add migration script here
|
|
ALTER TABLE users ALTER balance TYPE numeric(40, 20); |