This website requires JavaScript.
Explore
Help
Register
Sign In
Ling0925
/
buster
mirror of
https://github.com/buster-so/buster.git
Watch
1
Star
0
Fork
You've already forked buster
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bdd3d74d2
buster
/
api
/
migrations
/
2024-11-26-141715_add_env_t...
/
up.sql
4 lines
94 B
SQL
Raw
Blame
History
-- Your SQL goes here
ALTER
TABLE
data_sources
ADD
COLUMN
env
VARCHAR
NOT
NULL
DEFAULT
'
dev
'
;
Reference in New Issue
View Git Blame
Copy Permalink