This website requires JavaScript.
Explore
Help
Sign In
verdnatura
/
salix
Watch
3
Star
4
Fork
You've already forked salix
0
Code
Issues
Pull Requests
63
Releases
Wiki
Activity
9918a5afbc
salix
/
db
/
changes
/
10140-kings
/
00-department.sql
3 lines
84 B
MySQL
Raw
Normal View
History
Unescape
Escape
send message to worker or channel
2020-01-20 06:33:24 +00:00
ALTER
TABLE
`
vn
`
.
`
department
`
Added back unit tests
2020-01-20 10:59:15 +00:00
ADD
COLUMN
`
chatName
`
VARCHAR
(
45
)
NULL
AFTER
`
path
`
;