File: gh511.in

package info (click to toggle)
phpmyadmin-sql-parser 5.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,244 kB
  • sloc: php: 52,958; makefile: 13; sh: 8
file content (2 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
ALTER TABLE users_type MODIFY limitations ENUM('tout', 'rien', 'bu', 'agence', 'agence_limite', 'n-1', 'agence_inactif');
UPDATE users_type SET limitations = 'agence_inactif' WHERE id_users_type = 19;