dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3410 #3411 fix - Fixed user roles and organizations and Pack date fields o...
rsanchez
2016-12-05
1ed7bc42993b3d23d92dfc38dfd34026a4619ae7
[common/securis.git]
/
securis
/
changes.sql
1
2
3
4
5
ALTER TABLE license ADD activation_code VARCHAR(100) NULL;
ALTER TABLE application ADD code VARCHAR(4) NULL;
alter table application_metadata modify column value VARCHAR(512) NULL;
alter table licensetype_metadata modify column value VARCHAR(512) NULL;
alter table pack_metadata modify column value VARCHAR(512) NULL;