Changes between Initial Version and Version 1 of Ticket #1099, comment 7
- Timestamp:
- Nov 15, 2016, 1:59:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1099, comment 7
initial v1 1 1 To summarize: currently we use `rasdl --createdatabase` to initialize RASBASE (simply create the RAS_* tables). It's not worth it to have a separate executable just for this purpose, so I suggest to migrate this functionality to another place and remove rasdl altogether. 2 ''Note that initializing RASBASE is different from the `CREATE DATABASE` concept in SQL databases btw.''3 2 4 3 In my opinion there is no reason this functionality should be compiled into an executable. All that it does is creating tables and indexes. It could simply be an SQL script in `update_db.sh`.