-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low-risk edits/ fixes to database schema #25
Comments
nfreear
added a commit
to IET-OU/openEssayist-slim
that referenced
this issue
Jan 25, 2018
…6329][iet:10296067] * Add `users.auth_type` column; * Add `users.created DATETIME` column; * Add `users.last_visit DATETIME` column; * Reduce length of `users.username` .. `password` .. `email`
nfreear
added a commit
to IET-OU/openEssayist-slim
that referenced
this issue
Jan 25, 2018
…96067][iet:10296329] * Legacy `setup()` method moved to `utils/CreateDatabaseLegacy` * WWW app. no longer auto-creates database, tables, seeds ... * `cli-help` script added to composer JSON, * Initial DB seed data added to `config.DIST` - user, group, task,
nfreear
added a commit
to IET-OU/openEssayist-slim
that referenced
this issue
Jan 26, 2018
…][iet:10296329] * ... Collect time-to-analyse data.
nfreear
added a commit
to IET-OU/openEssayist-slim
that referenced
this issue
Jan 29, 2018
…side comp [iet:10295948] * http://gutenberg.org/ebooks/11 * http://gutenberg.org/files/11/11-0.txt [ci skip]
nfreear
added a commit
to IET-OU/openEssayist-slim
that referenced
this issue
Feb 2, 2018
…ountable.js [iet:10299492] * SQL database schema change -- ALTER table `draft` add `counts`[iet:10296329] * Plus, add extract from ORO paper to test data.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
app/_data/openessayist-schema.sql
users.auth_type
~~ for example,ou-sams
;users.last_visit DATETIME
;users.created DATETIME ... CURRENT_TIMESTAMP
;users.username VARCHAR( 60 )
~~ Was: 120;users.password
;users.name
~~ Full name / display name;drafts.counts varchar(160)
— check length!!Useful links
wp_users
;../application/libraries/install/tables.sql.php
;[iet:10296329]
The text was updated successfully, but these errors were encountered: