Skip to content

Instantly share code, notes, and snippets.

@cypherjones
Created July 29, 2020 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cypherjones/fdd3e96f046a3019e5f6efff92e7d9ad to your computer and use it in GitHub Desktop.
Save cypherjones/fdd3e96f046a3019e5f6efff92e7d9ad to your computer and use it in GitHub Desktop.
[
{
type: 'UPDATE',
id: 121,
value: 'foo',
key: 'bar',
created_at: '2020-07-07 00:00:00'
},
{
type: 'DELETE',
id: 1,
created_at: '2020-07-07 00:00:00'
},
{
type: 'INSERT',
id: 121,
value: 'foo',
key: 'bar',
created_at: '2020-07-07 00:00:00'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment