From efb031b3b6d7867132f734e843cfa46c69edbff1 Mon Sep 17 00:00:00 2001 From: miker Date: Thu, 19 Jun 2008 17:12:02 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@9878 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/sql/Pg/extend-reporter.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/extend-reporter.sql b/Open-ILS/src/sql/Pg/extend-reporter.sql index 8f68cd49fb..4500d31586 100644 --- a/Open-ILS/src/sql/Pg/extend-reporter.sql +++ b/Open-ILS/src/sql/Pg/extend-reporter.sql @@ -20,7 +20,7 @@ BEGIN; CREATE SCHEMA extend_reporter; -CREATE TABLE extend_reporter.legcay_circ_count ( +CREATE TABLE extend_reporter.legacy_circ_count ( id BIGSERIAL PRIMARY KEY REFERENCES asset.copy (id), circ_count INT NOT NULL DEFAULT 0 ); -- 2.11.0