parent
5f201fa084
commit
50571cf498
@ -0,0 +1,5 @@
|
|||||||
|
class AddGiteaTokenToUsers < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :users, :gitea_token, :string
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue