mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Keep previous autologin security key in database, in case the client STILL hasn't got the new cookie
This commit is contained in:
parent
348d1c4352
commit
555f5b6017
5 changed files with 37 additions and 10 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<column name="id" type="number" primary_key="primary_key" auto_increment="auto_increment" />
|
||||
<column name="autologin_key" type="varchar" size="80" notnull="notnull" unique="unique_autologin_key" />
|
||||
<column name="security_key" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="previous_key" type="varchar" size="80" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="ipaddress" type="varchar" size="60" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue