1 # frozen_string_literal: true
 
   3 class AlterSequencesBigint < ActiveRecord::Migration[7.1]
 
   6       execute "ALTER SEQUENCE oauth_nonces_id_seq AS bigint"
 
   7       execute "ALTER SEQUENCE notes_id_seq AS bigint"
 
   8       execute "ALTER SEQUENCE note_comments_id_seq AS bigint"
 
  14       execute "ALTER SEQUENCE oauth_nonces_id_seq AS integer"
 
  15       execute "ALTER SEQUENCE notes_id_seq AS integer"
 
  16       execute "ALTER SEQUENCE note_comments_id_seq AS integer"