Skip to content

Commit 5ecf2f7

Browse files
committed
out
1 parent 32ed549 commit 5ecf2f7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id,user_id,content
2-
1,1,Hello world!
3-
2,2,Graphile is cool!
4-
3,3,Carol's first post
1+
id,user_id,content,title,published
2+
1,1,Hello world!,,
3+
2,2,Graphile is cool!,,
4+
3,3,Carol's first post,,
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
id,name
2-
1,Alice
3-
2,Bob
4-
3,Carol
1+
id,name,email,bio
2+
1,Alice,,
3+
2,Bob,,
4+
3,Carol,,

0 commit comments

Comments
 (0)