.. |
schema.sql
|
Add relationship type column to relationship table
|
2022-02-03 00:15:52 +00:00 |
V0001__create_tables.sql
|
Initial commit
|
2021-09-14 12:24:05 +00:00 |
V0002__actor_profile__add_extra_fields.sql
|
Add extra fields to actor profile
|
2021-09-16 20:14:48 +00:00 |
V0003__post__add_in_reply_to.sql
|
Enable replies
|
2021-09-23 23:28:39 +00:00 |
V0004__post__add_reply_count.sql
|
Keep number of direct replies in reply_count field
|
2021-09-25 11:29:41 +00:00 |
V0005__media_attachment__add_ipfs_cid.sql
|
Remember CIDs of media attachments after adding them to IPFS
|
2021-09-28 21:58:43 +00:00 |
V0006__oauth_token.sql
|
Implement Oauth 2.0 token service
|
2021-10-05 00:00:14 +00:00 |
V0007__post__add_object_id.sql
|
Store IDs of incoming Note objects
|
2021-10-08 23:12:15 +00:00 |
V0008__notification.sql
|
Notify user about new followers
|
2021-10-14 15:10:25 +00:00 |
V0009__post_reaction.sql
|
Add API method for marking posts as favourite
|
2021-10-19 00:05:50 +00:00 |
V0010__timeline_marker.sql
|
Add API methods for creating timeline markers
|
2021-11-03 23:29:11 +00:00 |
V0011__mention.sql
|
Store mentions in database
|
2021-11-11 20:24:47 +00:00 |
V0012__post__add_visibility.sql
|
Set post visibility to public by default
|
2021-11-18 21:55:22 +00:00 |
V0013__post__add_repost_fields.sql
|
Add API endpoints for making and deleting reposts
|
2021-11-25 23:31:10 +00:00 |
V0014__post_tag.sql
|
Parse and store hashtags
|
2021-12-10 00:38:24 +00:00 |
V0015__post_reaction__add_activity_id.sql
|
Store IDs of incoming Like() activities
|
2021-12-14 22:59:15 +00:00 |
V0016__user_account__nullable_wallet_address.sql
|
Don't require wallet address during registration
|
2021-12-24 17:52:52 +00:00 |
V0017__actor_profile__increase_display_name_length.sql
|
Increase maximum length of display_name to 200 chars and validate it on profile import
|
2021-12-28 00:58:12 +00:00 |
V0018__relationship__add_id.sql
|
Add ID column to relationship table
|
2022-01-02 15:52:20 +00:00 |
V0019__relationship__add_relationship_type.sql
|
Add relationship type column to relationship table
|
2022-02-03 00:15:52 +00:00 |