Fix rubocop!

This commit is contained in:
Max Wofford
2025-02-17 16:44:26 -05:00
parent 100d87da5c
commit b59342dfc9

View File

@@ -1,7 +1,6 @@
# This migration creates the `versions` table, the only schema PT requires.
# All other migrations PT provides are optional.
class CreateVersions < ActiveRecord::Migration[8.0]
# The largest text column available in all supported RDBMS is
# 1024^3 - 1 bytes, roughly one gibibyte. We specify a size
# so that MySQL will use `longtext` instead of `text`. Otherwise,