mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 18:08:00 +00:00
use the right name for the domain_bans table
This commit is contained in:
parent
09e7a8f404
commit
e66be009a6
|
@ -33,7 +33,7 @@ TABLES: list[Table] = [
|
|||
Column('created', 'timestamp')
|
||||
),
|
||||
Table(
|
||||
'instance_bans',
|
||||
'domain_bans',
|
||||
Column('domain', 'text', primary_key = True, unique = True, nullable = True),
|
||||
Column('reason', 'text'),
|
||||
Column('note', 'text'),
|
||||
|
|
Loading…
Reference in a new issue