dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3527 fix - Added logout button and routing refactoring
rsanchez
2017-03-16
abaf75fb294a796fc6c99904ab3b47a2367a3792
[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;