[1mdiff --git a/db-migrate.sql b/db-migrate.sql[m
[1mindex cc2fc41..ba8d6b9 100644[m
[1m--- a/db-migrate.sql[m
[1m+++ b/db-migrate.sql[m
[36m@@ -1,3 +1,9 @@[m
[32m+[m[32m-- Note: This file contains SQL statements for migrating between versions.[m
[32m+[m[32m-- You should not run all of them. Depending on what you are upgrading[m
[32m+[m[32m-- from/to, choose the appropriate statements from this file and run them[m
[32m+[m[32m-- manually. For instance, you could copy/paste them into an interactive[m
[32m+[m[32m-- MariaDB prompt.[m
[32m+[m
-- Migration from v1 to v2 --[m
ALTER TABLE users ADD COLUMN email_inter INT DEFAULT 30;[m
ALTER TABLE users ADD COLUMN email_range VARCHAR(30) DEFAULT '';[m
text/plain
This content has been proxied by September (3851b).