repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Make API action=tokens extendable
[mediawiki.git]
/
maintenance
/
postgres
/
archives
/
patch-external_user.sql
blob
6058a70617547bd99adbffcda44951c53fdf475a
1
CREATE TABLE external_user (
2
eu_local_id INTEGER NOT NULL PRIMARY KEY,
3
eu_external_id TEXT
4
);
5
6
CREATE UNIQUE INDEX eu_external_id ON external_user (eu_external_id);