Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.34 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. -        connect.execute('ALTER TABLE users ADD COLUMN timeout_minutes integer DEFAULT 10;')
  2. +        connect.execute('ALTER TABLE users ADD COLUMN timeout_minutes integer NOT NULL DEFAULT 10;')
  3.  
  4. -    Column(u'im_jabber', Unicode(63)),
  5. -    Column(u'im_aim', Unicode(63)),
  6. +    Column(u'im_jabber', Unicode),
  7. +    Column(u'im_aim', Unicode),