Skip to content

Instantly share code, notes, and snippets.

@lalinsky
Created May 17, 2013 14:39
Show Gist options
  • Save lalinsky/5599470 to your computer and use it in GitHub Desktop.
Save lalinsky/5599470 to your computer and use it in GitHub Desktop.
server 1:
acoustid=> select * from track where id=1;
-[ RECORD 1 ]-+-------------------------------------
id | 1
gid | 4a7c2f1e-cf40-383c-a1c1-d1272d8234cd
recording | 8
medium | 872243
position | 30
number | 30
name | 5019873
artist_credit | 5100
length |
edits_pending | 0
last_updated | 2011-05-26 19:38:51.717731+02
server 2:
acoustid=> select * from track where id=1;
-[ RECORD 1 ]-+-------------------------------------
id | 1
gid | 4a7c2f1e-cf40-383c-a1c1-d1272d8234cd
recording | 200
medium | 872243
position | 1
number | 1
name | 1639081
artist_credit | 1614
length |
edits_pending | 0
last_updated | 2011-05-26 17:38:51.717731+00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment