Show
Ignore:
Timestamp:
07/13/08 15:58:47 (4 years ago)
Author:
benoitg
Message:
  • Add new catalan translation by Christian Lorenzo cristian@…
  • Rebuild transaltions and initial schema.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/sql/wifidog-postgres-schema.sql

    r1351 r1356  
    431431    theme_pack text, 
    432432    connection_limit_window interval, 
    433     connection_limit_network_max_total_bytes integer, 
     433    connection_limit_network_max_total_bytes bigint, 
    434434    connection_limit_network_max_usage_duration interval, 
    435     connection_limit_node_max_total_bytes integer, 
     435    connection_limit_node_max_total_bytes bigint, 
    436436    connection_limit_node_max_usage_duration interval, 
    437437    CONSTRAINT networks_gmaps_map_type CHECK ((gmaps_map_type <> ''::text)), 
     
    521521    last_heartbeat_sys_memfree integer, 
    522522    last_heartbeat_sys_load real, 
    523     connection_limit_node_max_total_bytes_override integer, 
     523    connection_limit_node_max_total_bytes_override bigint, 
    524524    connection_limit_node_max_usage_duration_override interval 
    525525);