Koha/installer/data/mysql/pl-PL/optional/sample_budgets.sql
Lars Wirzenius 4523a2df0d Fix file permissions: if it is not a script, it should not be executable.
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-04-16 00:40:34 -04:00

11 lines
334 B
SQL

INSERT INTO `aqbudget` VALUES
('CHILD','2008-01-01','2008-12-31','5000.00',1,''),
('GEN','2008-01-01','2008-12-31','20000.00',2,''),
('REF','2008-01-01','2008-12-31','5000.00',3,'');
INSERT INTO `aqbookfund` VALUES
('CHILD','Children\'s Materials',NULL,''),
('GEN','General Stacks',NULL,''),
('REF','Reference Materials',NULL,'');