Commit 6c154e8b authored by Frank Bergmann's avatar Frank Bergmann

- Patches to OpenACS 5.9

parent a6d3bbbd
......@@ -21,12 +21,12 @@ if {[ns_server connections] == 0} {
if {[info commands ::xo::db::require] ne ""} {
::xo::db::require table apm_package_downloads {
time timestamp
ip text
user_id integer
channel text
package text
version text
time timestamp,
ip text,
user_id integer,
channel text,
package text,
version text,
url text
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment