db: move function_ptr to raw SQL
[smatch.git] / smatch_scripts / db / no_side_effects.schema
blob1b59af5232338657d8c93c8aafbd29cca0077190
1 CREATE TABLE no_side_effects (file varchar(128), function varchar(64), static integer);
3 CREATE INDEX no_effects_idx on no_side_effects (file, function);