krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

main: internal/store/migrations/0007_profiles.down.sql · raw

1ALTER TABLE users DROP COLUMN description;
2ALTER TABLE users DROP COLUMN website;
3ALTER TABLE orgs DROP COLUMN description;
4ALTER TABLE orgs DROP COLUMN website;