remove user id from post history table, not sure why it was there in the first place
This commit is contained in:
parent
70a780909a
commit
349f4d38ef
@ -48,4 +48,8 @@ return {
|
|||||||
db.query("CREATE INDEX idx_topics_slug ON topics(slug)")
|
db.query("CREATE INDEX idx_topics_slug ON topics(slug)")
|
||||||
db.query("CREATE INDEX idx_threads_slug ON threads(slug)")
|
db.query("CREATE INDEX idx_threads_slug ON threads(slug)")
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
[6] = function ()
|
||||||
|
schema.drop_column("post_history", "user_id")
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user