Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Correct insertion_date in conf.sql/create.pgsql
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Oct 15, 2013
1 parent 94d2f5e commit 789756e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/conf.sql/create.pgsql
Expand Up @@ -75,6 +75,6 @@ CREATE TABLE IF NOT EXISTS ajxp_simple_store (
serialized_data text,
binary_data bytea,
related_object_id varchar(255),
timestamp DEFAULT current_timestamp,
insertion_date TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY(object_id, store_id)
);

0 comments on commit 789756e

Please sign in to comment.