Fixe a typo in the seed data:
TEXT not NEXT
Also, add the user bucket service to karma test so that our tests are happy.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
CREATE TABLE action.fieldset_group (
id SERIAL PRIMARY KEY,
- name NEXT NOT NULL,
+ name TEXT NOT NULL,
create_time TIMESTAMPTZ NOT NULL DEFAULT NOW(),
complete_time TIMESTAMPTZ,
container INT, -- Points to a container of some type ...
'services/op_change.js',
'services/patron_search.js',
'services/navbar.js', 'services/date.js',
+ 'services/user-bucket.js',
// load app scripts
'app.js',
'circ/**/*.js',