yes
This commit is contained in:
parent
a52a9c2bb5
commit
f450eb2c02
|
@ -24,14 +24,14 @@ def upgrade():
|
||||||
)
|
)
|
||||||
op.execute("""
|
op.execute("""
|
||||||
INSERT INTO mastodon_instances (instance, popularity) VALUES
|
INSERT INTO mastodon_instances (instance, popularity) VALUES
|
||||||
('mastodon.social', 1000),
|
('mastodon.social', 100),
|
||||||
('mastodon.cloud', 900),
|
('mastodon.cloud', 90),
|
||||||
('social.tchncs.de', 800),
|
('social.tchncs.de', 80),
|
||||||
('mastodon.xyz', 700),
|
('mastodon.xyz', 70),
|
||||||
('mstdn.io', 600),
|
('mstdn.io', 60),
|
||||||
('awoo.space', 500),
|
('awoo.space', 50),
|
||||||
('cybre.space', 400),
|
('cybre.space', 40),
|
||||||
('mastodon.art', 300)
|
('mastodon.art', 30)
|
||||||
;
|
;
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue