Skip to content

Commit

Permalink
radusergroup needs a primary key too, else PgAdmin (rightly) refuses …
Browse files Browse the repository at this point in the history
…to work with it
  • Loading branch information
arr2036 committed Dec 1, 2013
1 parent 2d6599a commit 131a590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raddb/mods-config/sql/main/postgresql/schema.sql
Expand Up @@ -132,6 +132,7 @@ create index radreply_UserName on radreply (UserName,Attribute);
* Table structure for table 'radusergroup'
*/
CREATE TABLE radusergroup (
id SERIAL PRIMARY KEY,
UserName VARCHAR(64) NOT NULL DEFAULT '',
GroupName VARCHAR(64) NOT NULL DEFAULT '',
priority INTEGER NOT NULL DEFAULT 0
Expand Down

0 comments on commit 131a590

Please sign in to comment.