repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
resources
/
sql
/
autopatches
/
20170907.ferret.30.mock.ngrams.sql
blob
e343ccf83be042620dfdacba2543de426f9c49ff
1
CREATE TABLE {$NAMESPACE}_pholio.pholio_mock_fngrams (
2
id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
3
documentID INT UNSIGNED NOT NULL,
4
ngram CHAR(3) NOT NULL COLLATE {$COLLATE_TEXT}
5
) ENGINE=InnoDB, COLLATE {$COLLATE_TEXT};