Changeset 1356 for trunk/wifidog-auth/sql/wifidog-postgres-schema.sql
- Timestamp:
- 07/13/08 15:58:47 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/sql/wifidog-postgres-schema.sql
r1351 r1356 431 431 theme_pack text, 432 432 connection_limit_window interval, 433 connection_limit_network_max_total_bytes integer,433 connection_limit_network_max_total_bytes bigint, 434 434 connection_limit_network_max_usage_duration interval, 435 connection_limit_node_max_total_bytes integer,435 connection_limit_node_max_total_bytes bigint, 436 436 connection_limit_node_max_usage_duration interval, 437 437 CONSTRAINT networks_gmaps_map_type CHECK ((gmaps_map_type <> ''::text)), … … 521 521 last_heartbeat_sys_memfree integer, 522 522 last_heartbeat_sys_load real, 523 connection_limit_node_max_total_bytes_override integer,523 connection_limit_node_max_total_bytes_override bigint, 524 524 connection_limit_node_max_usage_duration_override interval 525 525 );
