Added new migrations for adding indexes

• Added:
- new migrations for adding indexes
This commit is contained in:
mgabdev
2020-07-07 17:25:47 -05:00
parent ddad2121b0
commit 5c36a30b69
5 changed files with 32 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
# id :bigint(8) not null, primary key
# uri :string
# text :text default(""), not null
# markdown :text
# created_at :datetime not null
# updated_at :datetime not null
# in_reply_to_id :bigint(8)