mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Fixed counter query - it would always generate an unique constraint violation because default value was 0 for all arguments.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
39c2c004c2
commit
1a6ede2e06
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<table name="counter_status" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="regdate" var="regdate" default="0" notnull="notnull" />
|
||||
<column name="regdate" var="regdate" default="curdate()" notnull="notnull" />
|
||||
<column name="unique_visitor" default="0" />
|
||||
<column name="pageview" default="0" />
|
||||
</columns>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue