Changes between Initial Version and Version 1 of Ticket #1099, comment 7


Ignore:
Timestamp:
Nov 15, 2016, 1:59:52 PM (8 years ago)
Author:
Dimitar Misev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1099, comment 7

    initial v1  
    11To 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.''
    32
    43In 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`.