dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
Merge branch 'angular2' of https://git.curisit.net/gitblit/git/common/secur...
rsanchez
2017-03-14
53e131674842a9e44a68fff2bd6880e2441e493f
[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;