mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
de936aef6a
Bug: T268564 Change-Id: I251fac0e1939cc84e7eab3e7514e07c81b2b0f1e
11 lines
331 B
SQL
11 lines
331 B
SQL
-- This file is automatically generated using maintenance/generateSchemaSql.php.
|
|
-- Source: ./tables.json
|
|
-- Do not modify this file directly.
|
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
|
CREATE TABLE oathauth_users (
|
|
id INT NOT NULL,
|
|
module VARCHAR(255) NOT NULL,
|
|
data TEXT DEFAULT NULL,
|
|
PRIMARY KEY(id)
|
|
);
|