Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
194 lines
4.2 KiB
194 lines
4.2 KiB
--- |
|
# Empty these tables |
|
cache: |
|
config: |
|
conversation: |
|
pconfig: |
|
photo: |
|
workerqueue: |
|
mail: |
|
|
|
# Populate tables with test data |
|
user: |
|
- |
|
uid: 42 |
|
username: Test user |
|
nickname: selfcontact |
|
verified: true |
|
password: $2y$10$DLRNTRmJgKe1cSrFJ5Jb0edCqvXlA9sh/RHdSnfxjbR.04yZRm4Qm |
|
theme: frio |
|
|
|
contact: |
|
- |
|
id: 42 |
|
uid: 42 |
|
name: Self contact |
|
nick: selfcontact |
|
self: true |
|
nurl: http://localhost/profile/selfcontact |
|
url: http://localhost/profile/selfcontact |
|
about: User used in tests |
|
pending: false |
|
blocked: false |
|
rel: 1 |
|
network: dfrn |
|
- |
|
id: 43 |
|
uid: 0 |
|
# Having the same name and nick allows us to test |
|
# the fallback to api_get_nick() in api_get_user() |
|
name: othercontact |
|
nick: othercontact |
|
self: false |
|
nurl: http://localhost/profile/othercontact |
|
url: http://localhost/profile/othercontact |
|
pending: false |
|
blocked: false |
|
rel: 0 |
|
network: dfrn |
|
- |
|
id: 44 |
|
uid: 42 |
|
name: Friend contact |
|
nick: friendcontact |
|
self: false |
|
nurl: http://localhost/profile/friendcontact |
|
url: http://localhost/profile/friendcontact |
|
pending: false |
|
blocked: false |
|
rel: 2 |
|
network: dfrn |
|
|
|
item: |
|
- |
|
id: 1 |
|
visible: true |
|
contact-id: 42 |
|
author-id: 42 |
|
owner-id: 42 |
|
uid: 42 |
|
verb: http://activitystrea.ms/schema/1.0/post |
|
unseen: true |
|
body: Parent status |
|
parent: 1 |
|
author-link: http://localhost/profile/selfcontact |
|
wall: true |
|
starred: true |
|
private: 0 |
|
allow_cid: '' |
|
allow_gid: '' |
|
deny_cid: '' |
|
deny_gid: '' |
|
- |
|
id: 2 |
|
visible: true |
|
contact-id: 42 |
|
author-id: 42 |
|
owner-id: 42 |
|
uid: 42 |
|
verb: http://activitystrea.ms/schema/1.0/post |
|
unseen: false |
|
body: Reply |
|
parent: 1 |
|
author-link: http://localhost/profile/selfcontact |
|
wall: true |
|
starred: false |
|
- |
|
id: 3 |
|
visible: true |
|
contact-id: 43 |
|
author-id: 43 |
|
owner-id: 42 |
|
uid: 42 |
|
verb: http://activitystrea.ms/schema/1.0/post |
|
unseen: false |
|
body: Other user status |
|
parent: 3 |
|
author-link: http://localhost/profile/othercontact |
|
wall: true |
|
starred: false |
|
- |
|
id: 4 |
|
visible: true |
|
contact-id: 43 |
|
author-id: 43 |
|
owner-id: 42 |
|
uid: 42 |
|
verb: http://activitystrea.ms/schema/1.0/post |
|
unseen: false |
|
body: Other user reply |
|
parent: 1 |
|
author-link: http://localhost/profile/othercontact |
|
wall: true |
|
starred: false |
|
- |
|
id: 5 |
|
visible: true |
|
contact-id: 42 |
|
author-id: 42 |
|
owner-id: 42 |
|
uid: 42 |
|
verb: http://activitystrea.ms/schema/1.0/post |
|
unseen: false |
|
body: '[share]Shared status[/share]' |
|
parent: 1 |
|
author-link: http://localhost/profile/othercontact |
|
wall: true |
|
starred: false |
|
private: 0 |
|
allow_cid: '' |
|
allow_gid: '' |
|
deny_cid: '' |
|
deny_gid: '' |
|
- |
|
id: 6 |
|
visible: true |
|
contact-id: 44 |
|
author-id: 44 |
|
owner-id: 42 |
|
uid: 42 |
|
verb: http://activitystrea.ms/schema/1.0/post |
|
unseen: false |
|
body: Friend user status |
|
parent: 6 |
|
author-link: http://localhost/profile/othercontact |
|
wall: true |
|
starred: false |
|
|
|
thread: |
|
- |
|
iid: 1 |
|
visible: true |
|
contact-id: 42 |
|
uid: 42 |
|
wall: true |
|
- |
|
iid: 3 |
|
visible: true |
|
contact-id: 43 |
|
uid: 0 |
|
wall: true |
|
- |
|
iid: 6 |
|
visible: true |
|
contact-id: 44 |
|
uid: 0 |
|
wall: true |
|
|
|
group: |
|
- |
|
id: 1 |
|
uid: 42 |
|
visible: true |
|
name: Visible list |
|
- |
|
id: 2 |
|
uid: 42 |
|
visible: false |
|
name: Private list |
|
|
|
search: |
|
- |
|
id: 1 |
|
term: Saved search |
|
uid: 42
|
|
|