Browse Source

publish muk_session_store - 12.0

pull/9/head
MuK IT GmbH 5 years ago
parent
commit
50b593f588
  1. 2
      muk_session_store/store/postgres.py

2
muk_session_store/store/postgres.py

@ -72,7 +72,7 @@ class PostgresSessionStore(SessionStore):
""".format(dbname=self.dbname))
def _create_table(self, cursor):
self.cursor.execute("""
cursor.execute("""
CREATE TABLE IF NOT EXISTS sessions (
sid varchar PRIMARY KEY,
write_date timestamp without time zone NOT NULL,

Loading…
Cancel
Save