Skip to content

Instantly share code, notes, and snippets.

@renyi
Created September 19, 2011 02:05
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 renyi/1225860 to your computer and use it in GitHub Desktop.
Save renyi/1225860 to your computer and use it in GitHub Desktop.
Django Preferences Site patch
CREATE TABLE preferences_preferences_sites (
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
preferences_id INT,
site_id INT
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment