Commit Graph

16 Commits

Author SHA1 Message Date
a93a039df3 Lots of table fixes 2013-04-28 23:56:17 +01:00
6f71439edd Renamed lots of columns 2013-04-23 14:20:38 +01:00
b0d3ba7e70 Revert "Removed session_token_id column from oauth_session_authcode"
This reverts commit 859e6720bf.
2013-04-23 13:56:13 +01:00
859e6720bf Removed session_token_id column from oauth_session_authcode 2013-04-23 13:45:07 +01:00
b7bae1120b Fixed mysql character set 2013-04-23 13:44:21 +01:00
d75d266376 Updated SQL structure 2013-04-03 15:50:07 +01:00
c25be195f9 Re-order MySQL table creations
Or it fails, at least on my version of MySQL (5.5.29), through
PhpMyAdmin
2013-02-20 12:32:55 +00:00
9f6bd64100 Renamed database.sql to mysql.sql 2013-02-15 15:05:40 +00:00
a98dcea6fe Fixed missing fields in oauth_sessions table 2013-02-13 19:35:42 +00:00
7739923273 Updated database 2013-02-12 20:33:03 +00:00
cab721923a Set relationship to scope_id 2013-01-29 16:17:30 +00:00
dcd1026a98 Use scope_id instead of the scope name 2013-01-29 16:15:45 +00:00
9a41ab8bfc Removed unnecessary column from the table 2013-01-29 14:14:50 +00:00
0f6f5e2939 Added the user_credentials and refresh_token grants. Fixed expires_in so it is inline with the spec, but added expires for the old usage of expires_in. Made redirect_uri in oauth_sessions ALLOW NULL since user_credential grants don't have a redirect 2012-12-19 16:12:48 -05:00
ac990b609a Fixed client_id column length 2012-11-16 16:40:01 +00:00
7d50b8e812 Moved SQL files
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-09-19 19:59:00 +01:00