Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.17k stars 129 forks source link

Why not allow multiple tables in database_subset? #261

Open koolay opened 1 year ago

koolay commented 1 year ago
database_subset:
    database: abc
    table: tab1
    strategy_name: random
    strategy_options:
      percent: 1

The database_subset.table is only allow one value.