projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request 'Add dark and light theme mode to docs, detection, and button...
[akkoma]
/
priv
/
repo
/
migrations
/
20200928145912_revert_citext_change.exs
1
defmodule Pleroma.Repo.Migrations.RevertCitextChange do
2
use Ecto.Migration
3
4
def change do
5
alter table(:users) do
6
modify(:uri, :text)
7
end
8
9
# create_if_not_exists(unique_index(:users, :uri))
10
end
11
end