diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-06-30 14:05:13 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-07-01 14:56:24 -0400 |
| commit | 874f948bcc565424093a5299bab768b0baa811af (patch) | |
| tree | d8fce541e2c84bc7c938566c2b1199004691bbd1 /admin | |
| parent | 28b6ab1a92c64aa7f2865b97afea299fc0bf1733 (diff) | |
| download | users-874f948bcc565424093a5299bab768b0baa811af.tar.gz users-874f948bcc565424093a5299bab768b0baa811af.tar.bz2 users-874f948bcc565424093a5299bab768b0baa811af.zip | |
SCHEMA tweak: add last_login and profile_json to users_auth_map
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 0c9b291..4bff0b7 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -41,7 +41,9 @@ $tables = array( 'users_auth_map' => " user_id I4 PRIMARY, provider C(64) PRIMARY, - provider_identifier C(64) NOTNULL + provider_identifier C(64) NOTNULL, + last_login I8, + profile_json X CONSTRAINT ', CONSTRAINT `users_auth_user_ref` FOREIGN KEY (`user_id`) REFERENCES `".BIT_DB_PREFIX."users_users` (`user_id`) ' ", |
