mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 08:18:50 +01:00
Add Rails version to the migrations.
This commit is contained in:
parent
820f5b5f8f
commit
6fb6cac89c
65 changed files with 68 additions and 68 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
class AddOpenIdTables < ActiveRecord::Migration
|
||||
class AddOpenIdTables < ActiveRecord::Migration[5.2]
|
||||
def self.up
|
||||
create_table "open_id_associations", :force => true do |t|
|
||||
t.column "server_url", :binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue