Skip to content

Instantly share code, notes, and snippets.

@reyjrar
Created April 27, 2011 20:42
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 reyjrar/945160 to your computer and use it in GitHub Desktop.
Save reyjrar/945160 to your computer and use it in GitHub Desktop.
add primary keys to tables lacking them
alter table configfile add PRIMARY KEY ( filename );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment