Changeset 1261 for trunk/wifidog-auth/sql/wifidog-postgres-schema.sql
- Timestamp:
- 07/21/07 00:59:33 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/sql/wifidog-postgres-schema.sql
r1250 r1261 532 532 is_splash_only_node boolean DEFAULT false, 533 533 custom_portal_redirect_url text, 534 gw_id text NOT NULL 534 gw_id text NOT NULL, 535 last_heartbeat_sys_uptime integer, 536 last_heartbeat_wifidog_uptime integer, 537 last_heartbeat_sys_memfree integer, 538 last_heartbeat_sys_load real 535 539 ); 536 540 … … 1158 1162 1159 1163 -- 1164 -- Name: idx_connections_timestamp_in; Type: INDEX; Schema: public; Owner: -; Tablespace: 1165 -- 1166 1167 CREATE INDEX idx_connections_timestamp_in ON connections USING btree (timestamp_in); 1168 1169 1170 -- 1160 1171 -- Name: idx_connections_user_id; Type: INDEX; Schema: public; Owner: -; Tablespace: 1161 1172 --
