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.27.event.ngrams.sql
blob
e802e2d97ef7b226f1289ca58aca1dd96b60f87a
1
CREATE TABLE {$NAMESPACE}_calendar.calendar_event_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};