This website requires JavaScript.
Explore
Help
Sign In
Kiu
/
Semaphore
Watch
1
Star
0
Fork
0
You've already forked Semaphore
mirror of
https://github.com/semaphoreui/semaphore.git
synced
2024-12-04 15:21:05 +01:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
421e862786
Semaphore
/
db
/
sql
/
migrations
/
v2.7.4.sql
2 lines
68 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: refactor to support postgres
2021-08-24 17:20:34 +02:00
alter
table
`
event
`
add
`
user_id
`
int
null
references
`
user
`
(
`
id
`
)
;
Reference in New Issue
Copy Permalink