Dietrich
fc9b18141f
This is now a workspace consisting of: * the pslink app (a wasm frontend for the admin interface) * the pslink binary * shared - modules for communication between the two above.
4 lines
96 B
SQL
4 lines
96 B
SQL
-- Add migration script here
|
|
|
|
ALTER TABLE users
|
|
ADD COLUMN language Text NOT NULL DEFAULT "en"; |