Changeset 4bd41daf5972011000e2f08b921a9809998bd036
- Timestamp:
- 10/17/09 20:31:17
(9 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1255811477 +0000
- git-parent:
[4bd7d843175692be84818c389d9938e7590cd487]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1255811477 +0000
- Message:
some more missing tables
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r4bd7d84 |
r4bd41da |
|
3 | 3 | create user stratcon with unencrypted password 'stratcon'; |
---|
4 | 4 | create user prism with unencrypted password 'prism'; |
---|
| 5 | grant usage on schema stratcon to stratcon; |
---|
| 6 | grant usage on schema stratcon to prism; |
---|
| 7 | grant usage on schema prism to prism; |
---|
5 | 8 | \c reconnoiter reconnoiter; |
---|
6 | 9 | begin; |
---|
… | … | |
25 | 28 | \i tables/noit.tasklock_sequence.sql |
---|
26 | 29 | \i tables/stratcon.current_node_config.sql |
---|
| 30 | \i tables/stratcon.current_node_config_changelog.sql |
---|
27 | 31 | \i tables/stratcon.storage_node.sql |
---|
28 | 32 | \i tables/stratcon.map_uuid_to_sid.sql |
---|
… | … | |
44 | 48 | \i sprocs/stratcon.metric_name_summary_tsvector.sql |
---|
45 | 49 | \i sprocs/stratcon.window_robust_derive.sql |
---|
| 50 | \i sprocs/stratcon.update_config.sql |
---|
46 | 51 | |
---|
47 | 52 | \i tables/noit.check_archive.sql |
---|