Skip to content

Commit

Permalink
updating core data for the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Feb 1, 2010
1 parent 91ecf92 commit b69cbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infinitas/installer/config/schema/infinitas_core_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ INSERT INTO `core_themes` (`id`, `name`, `description`, `author`, `url`, `update
(4, 'aqueous_light', 'aqueous_light', '', NULL, NULL, '', 1, 0, NULL, NULL);

INSERT INTO `core_users` (`id`, `username`, `email`, `password`, `active`, `created`, `modified`) VALUES
(1, 'dogmatic', 'bob@bob.com', 'def267b31a9443f297b593b42992da19c0e72fec', 1, '2009-12-13 01:53:54', '2009-12-13 01:53:54'),
(2, 'bob', 'bob@bob.com', 'def267b31a9443f297b593b42992da19c0e72fec', 1, '2009-12-16 16:24:33', '2009-12-16 16:24:33');
(1, 'dogmatic', 'admin@admin.com', 'def267b31a9443f297b593b42992da19c0e72fec', 1, '2009-12-13 01:53:54', '2009-12-13 01:53:54'),
(2, 'bob', 'user@user.com', 'def267b31a9443f297b593b42992da19c0e72fec', 1, '2009-12-16 16:24:33', '2009-12-16 16:24:33');

0 comments on commit b69cbf8

Please sign in to comment.