summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorNachiappan VR N <nachiappan.veerappan-nachiappan@hp.com>2013-07-22 15:50:33 -0700
committerNachiappan VR N <nachiappan.veerappan-nachiappan@hp.com>2013-07-23 13:59:19 -0700
commit0a401529947c98ab761256e233b157071a57ab70 (patch)
tree54a102dfe0acb2feef90e08e40900ee96f246485 /docs/source
parentc6b7dd8959f96e4b5bf282860245603ff94b0084 (diff)
Fixing broken credential schema in sqlite.
Credential table has foreign key constraint referring to tenant table which is dropped. Since sqlite does not support alter table drop constraint, the foreign key constraint was not dropped. When we try to load credential table using sqlite backend it fails because tenant table does not exist. Fix is provided such that the credential table is recreated without foreign key constraint and the data is moved from old credential table to the new credential table. Fixes Bug #1190383 Change-Id: I3afb04254f33e12fccb7da84c8674feba36622c8
Diffstat (limited to 'docs/source')
0 files changed, 0 insertions, 0 deletions