Merge "Hooks: Introduce Hooks::runWithoutAbort() alongside Hooks::run()"
[lhc/web/wiklou.git] / maintenance / archives / patch-user_newtalk-user_id-unsigned.sql
1 ALTER TABLE /*_*/user_newtalk MODIFY user_id int unsigned NOT NULL default 0;