Skip to content

Commit

Permalink
Swap the album titles to be consistent with other samples (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Jul 27, 2017
1 parent a3d9c37 commit 6c20ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spanner/cloud-client/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def insert_data(instance_id, database_id):
table='Albums',
columns=('SingerId', 'AlbumId', 'AlbumTitle',),
values=[
(1, 1, u'Go, Go, Go'),
(1, 2, u'Total Junk'),
(1, 1, u'Total Junk'),
(1, 2, u'Go, Go, Go'),
(2, 1, u'Green'),
(2, 2, u'Forever Hold Your Peace'),
(2, 3, u'Terrified')])
Expand Down

0 comments on commit 6c20ef3

Please sign in to comment.