Skip to content

Instantly share code, notes, and snippets.

@rubo77
Created November 6, 2013 05:14
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 rubo77/7331266 to your computer and use it in GitHub Desktop.
Save rubo77/7331266 to your computer and use it in GitHub Desktop.
oscommerce 2.3 enhancements
alter table configuration modify description text NOT NULL;
alter table configuration modify configuration_key varchar(255) NOT NULL;
alter table categories modify categories_name varchar(255) NOT NULL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment