Skip to content

Instantly share code, notes, and snippets.

@paultyng
Last active April 14, 2017 16:20
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 paultyng/7adfe2266832a314ddb3d1b21464dcad to your computer and use it in GitHub Desktop.
Save paultyng/7adfe2266832a314ddb3d1b21464dcad to your computer and use it in GitHub Desktop.
- name: update-user-email
title: Update User's Email
description: Update a user's email address.
db:
connection: users
sql: update users set email = :email where id = :id
schema:
properties:
id:
type: integer
email:
pattern: '@'
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment