From 1b00287cb4bc7ed47d07ee48e2cf857727f45c9e Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 4 Dec 2018 21:34:25 +0100 Subject: Move over to Migrations Signed-off-by: Roeland Jago Douma --- appinfo/database.xml | 532 --------------------------------------------------- appinfo/info.xml | 2 +- 2 files changed, 1 insertion(+), 533 deletions(-) delete mode 100644 appinfo/database.xml (limited to 'appinfo') diff --git a/appinfo/database.xml b/appinfo/database.xml deleted file mode 100644 index d2783dc0..00000000 --- a/appinfo/database.xml +++ /dev/null @@ -1,532 +0,0 @@ - - - *dbname* - true - false - utf8 - - - *dbprefix*social_server_actors - - - - id - text - 127 - true - true - - - - user_id - text - 63 - true - - - - preferred_username - text - 127 - true - - - - name - text - 127 - true - - - - summary - text - 3000 - true - - - - public_key - text - 1000 - - - - private_key - text - 2000 - - - - creation - timestamp - - - -
- - - *dbprefix*social_server_follows - - - - id - text - 127 - true - true - - - - type - text - 31 - false - - - - actor_id - text - 127 - true - - - - object_id - text - 127 - true - - - - follow_id - text - 127 - true - - - - accepted - boolean - false - true - - - - creation - timestamp - - - -
- - - *dbprefix*social_server_notes - - - - id - text - 127 - true - true - - - - type - text - 31 - true - - - - to - text - 127 - true - - - - to_array - text - 2000 - true - - - - cc - text - 127 - true - - - - bcc - text - 127 - true - - - - content - text - 3000 - true - - - - summary - text - 3000 - true - - - - published - text - 31 - true - - - - published_time - timestamp - 0 - - - - attributed_to - text - 127 - - - - in_reply_to - text - 127 - - - - source - text - 3000 - true - - - - instances - text - 3000 - true - - - - creation - timestamp - - - - local - boolean - false - true - - - -
- - - *dbprefix*social_cache_actors - - - - id - string - 127 - true - true - - - - type - text - 31 - true - - - - account - text - 127 - true - - - - local - boolean - false - true - - - - following - text - 127 - true - - - - followers - text - 127 - true - - - - inbox - text - 127 - true - - - - shared_inbox - text - 127 - true - - - - outbox - text - 127 - true - - - - featured - text - 127 - true - - - - url - text - 127 - true - - - - preferred_username - text - 127 - true - - - - name - text - 127 - true - - - - icon_id - text - 127 - false - - - - summary - text - 3000 - true - - - - public_key - text - 500 - true - - - - source - text - 3000 - true - - - - details - text - 3000 - false - - - - creation - timestamp - - - -
- - - *dbprefix*social_cache_documents - - - - id - string - 127 - true - true - - - - type - text - 31 - true - - - - media_type - text - 63 - true - - - - mime_type - text - 63 - true - - - - url - text - 127 - true - - - - local_copy - text - 127 - true - - - - public - boolean - true - - - - error - integer - 1 - true - - - - creation - timestamp - - - - caching - timestamp - - - - unique_url - true - - url - - - -
- - - *dbprefix*social_request_queue - - - - id - integer - 11 - true - true - true - true - - - - token - text - 63 - true - - - - author - text - 1270 - true - - - - activity - text - 6000 - true - - - - instance - text - 500 - false - - - - priority - integer - 1 - 0 - false - - - - status - integer - 1 - 0 - false - - - - tries - integer - 2 - 0 - false - - - - last - timestamp - - - -
- -
- diff --git a/appinfo/info.xml b/appinfo/info.xml index 452e8938..ebcd90a5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ **🕸 Open standards:** We use the established ActivityPub standard! ]]> - 0.0.62 + 0.0.63 agpl Maxence Lange Julius Härtl -- cgit v1.2.3