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
57
Releases
Wiki
Activity
5e77d648fb
salix
/
db
/
versions
/
.archive
/
10215-yellowAnthurium
/
00-renameIsInventory.sql
2 lines
95 B
SQL
Raw
Blame
History
ALTER
TABLE
vn
.
entry
CHANGE
isInventory
isExcludedFromAvailable
tinyint
(
1
)
DEFAULT
0
NOT
NULL
;
View Git Blame
Copy Permalink