Renamed one of the columns in clientdetails.sql to match up with refactoring.

pull/59/head
Amanda Anganes 2012-01-19 15:40:52 -05:00
parent c9757d49ee
commit c6e8b12ad9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CREATE TABLE clientdetails (
clientId VARCHAR(256),
clientSecret VARCHAR(2000),
webServerRedirectUri VARCHAR(2000),
registeredRedirectUri VARCHAR(2000),
clientName VARCHAR(256),
clientDescription VARCHAR(2000),
allowRefresh TINYINT,