1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

add migration to increase links url size (#683)

هذا الالتزام موجود في:
Will Power
2020-07-17 10:38:04 +01:00
ملتزم من قبل GitHub
الأصل 73b4afdb2b
التزام 5c7802d218

عرض الملف

@@ -0,0 +1,11 @@
module Postal
module MessageDB
module Migrations
class IncreaseLinksUrlSize < Postal::MessageDB::Migration
def up
@database.query("ALTER TABLE `#{@database.database_name}`.`links` MODIFY `url` TEXT")
end
end
end
end
end