Last active
February 15, 2019 21:09
-
-
Save floriancourgey/4439ee67487b729fcebb6376aec9e30d to your computer and use it in GitHub Desktop.
SQL script 3/3 for https://blog.floriancourgey.com/install-acc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP TABLE IF EXISTS xtksessioninfo; | |
CREATE TABLE xtksessioninfo( | |
sImsToken VARCHAR(2000), | |
sKey VARCHAR(512), | |
sLogin VARCHAR(64), | |
sRemoteAddr VARCHAR(50), | |
sToken VARCHAR(50), | |
tsExpiration TIMESTAMPTZ | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment