Commit 931b5238 authored by Frank Bergmann's avatar Frank Bergmann

- Reversed changes, after OpenACS fixed an issue

parent 6c154e8b
......@@ -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