mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove seed select SQL files
This commit is contained in:
parent
edb4e13771
commit
43992bbc74
2 changed files with 0 additions and 25 deletions
|
|
@ -1,17 +0,0 @@
|
|||
select
|
||||
Id,
|
||||
Description,
|
||||
DescriptionSourceUrl,
|
||||
DiscontinuedDate,
|
||||
DonateUrl,
|
||||
EmailAddress,
|
||||
ForumUrl,
|
||||
HomeUrl,
|
||||
IssuesUrl,
|
||||
LicenseId,
|
||||
Name,
|
||||
SubmissionUrl,
|
||||
SyntaxId,
|
||||
ViewUrl
|
||||
from
|
||||
filterlists
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
SELECT
|
||||
Id,
|
||||
DescriptionUrl,
|
||||
Name,
|
||||
PermissiveAdaptation,
|
||||
PermissiveCommercial
|
||||
FROM
|
||||
filterlistsdata.licenses;
|
||||
Loading…
Reference in a new issue