mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
7 lines
126 B
SQL
7 lines
126 B
SQL
-- Add migration script here
|
|
ALTER TABLE
|
|
oauth_clients
|
|
ADD
|
|
COLUMN url text NULL,
|
|
ADD
|
|
COLUMN description text NULL; |