PageRenderTime 496ms CodeModel.GetById 38ms RepoModel.GetById 8ms app.codeStats 0ms

/pinax/apps/account/sql/account.sql

https://bitbucket.org/evotech/pinax
SQL | 5 lines | 2 code | 2 blank | 1 comment | 0 complexity | 8c55cbcda98ed9aca7e9db9ab183fbcb MD5 | raw file
Possible License(s): GPL-2.0
  1. -- username and email can be prefixed, so, increasing length
  2. ALTER TABLE "auth_user" ALTER "username" TYPE varchar(150);
  3. ALTER TABLE "auth_user" ALTER "email" TYPE varchar(150);