This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
matcher
mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
Watch
1
Star
0
Fork
You've already forked matcher
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
25ba855cca
matcher
/
prisma
/
migrations
/
20240515150021_pause
/
migration.sql
3 lines
86 B
SQL
Raw
Blame
History
-- AlterTable
ALTER
TABLE
"
ad
"
ADD
COLUMN
"
pause
"
BOOLEAN
NOT
NULL
DEFAULT
false
;
Reference in New Issue
View Git Blame
Copy Permalink